From 848720a074f4f917b9bb4e5196bfb7c77c4e599a Mon Sep 17 00:00:00 2001 From: Adam PIppin Date: Tue, 13 Jul 2021 02:10:35 -0700 Subject: [PATCH] README: Fix horizontal rules --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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