Skip to content

Commit

Permalink
ESP: remove note about RTC in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Nov 2, 2022
1 parent 5c85ac1 commit 6879eb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,5 @@ OTA is supported by the following boards:
Support for ESP boards is obtained through a third-party core with some differences and limitations compared to Arduino boards.

- **Authentication scheme**: Board authentication is done through `DEVICE_LOGIN_NAME` and `DEVICE_KEY`, both values are included in the `thingProperties.h` file.
- **RTC**: RTC support is not included thus each `ArduinoCould.update()` call will lead to an NTP request introducing delay in your `loop()` function. The scheduler widget will not work correctly if connection is lost after configuration.
- **Watchdog**: Watchdog support is not included.
- **OTA**: OTA support is not included

0 comments on commit 6879eb7

Please sign in to comment.