comparison: src/eric7/MicroPython/Devices/DeviceBase.py
src/eric7/MicroPython/Devices/DeviceBase.py
- branch
- eric7
- changeset 10083
- 62019277dd0a
- parent 10069
- 435cc5875135
- child 10095
- 0e6da289da44
equal
deleted
inserted
replaced
1343 setTimeCode, |
1343 setTimeCode, |
1344 ( |
1344 ( |
1345 now.tm_year, |
1345 now.tm_year, |
1346 now.tm_mon, |
1346 now.tm_mon, |
1347 now.tm_mday, |
1347 now.tm_mday, |
1348 now.tm_wday + 1, |
1348 now.tm_wday, |
1349 now.tm_hour, |
1349 now.tm_hour, |
1350 now.tm_min, |
1350 now.tm_min, |
1351 now.tm_sec, |
1351 now.tm_sec, |
1352 now.tm_yday, |
1352 now.tm_yday, |
1353 now.tm_isdst, |
1353 now.tm_isdst, |