diff --git a/README.md b/README.md index ccbe5bc..7b88a21 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,12 @@ as generating events when the time changes. The storage system provides a unified interface to different classes of storage, providing persistence for data during sleeps and reboots. ---- +________________________________________________________________________________________________________________________ + NOTE: This is not fully implemented yet. The storage module currently only provides an interface to RTC RAM. The plan is to allow specifying and automatically managing other storage classes such as flash storage. ---- + +________________________________________________________________________________________________________________________ ## UI @@ -70,9 +72,11 @@ Arduino IDE. However, watchos does make use of the run time type information which is disabled by default in the ESP32 package installed through the board manager in the Arduino IDE. ---- +________________________________________________________________________________________________________________________ + *You cannot compile this project with the Arduino IDE unless you enable RTTI per the instructions below.* ---- + +________________________________________________________________________________________________________________________ ## Enabling RTTI