nickzoic / mpy-utils

Utility programs for Micropython ...
MIT License
104 stars 23 forks source link

Set RTC before file upload #10

Open nickzoic opened 7 years ago

nickzoic commented 7 years ago

If there's a machine.RTC().init() available, initialize the RTC before upload so that files get meaningful timestamps on them. See https://github.com/micropython/micropython-esp32/issues/87