dhylands / rshell

Remote Shell for MicroPython
MIT License
955 stars 137 forks source link

Fixed time_set function for ESP32 #163

Open dk731 opened 3 years ago

dk731 commented 3 years ago

Right parameters order for machine.RTC().init is:

machine.RTC().init((year, month, mday, hour, minute, second, weekday, yearday))