Files
TTGO_TWatch_Library/examples
Robert Mibus ddadf3ab54 Remove the wifi_sync_mbox_cb() function and its UI functionality.
Function problems:
* The function doesn't wait for NTP to actually happen, it's just
started - so the clock is still wrong.
* The current time is passed as static data, and is then pushed into the
RTC after the UI interaction - making it stale.
* NTP may complete during the UI interaction, and then get stomped on.

Simply start the "poll now" sequence directly, and don't worry about the
UI for it.
2020-07-25 13:33:51 +10:00
..
2020-06-24 15:36:20 +08:00
2020-07-08 18:23:31 +08:00
2020-07-24 11:32:43 +08:00
2020-06-24 16:04:46 +08:00