RTC resolution ?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
gumush
Posts: 1
Joined: Thu Jun 13, 2019 11:13 am

RTC resolution ?

Post by gumush » Thu Jun 13, 2019 11:13 am

RTC funtion returns millisecond part unchanged. Is there anyway to use RTC millisecond level that synchronized with other esp's via ntp ?

rtc.now()
(1970, 1, 1, 1, 1, 50, 5, 1) 5 and 1 part not changed.

Post Reply