From f2a002a83f5667396b0857daf489b507e663dc31 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Fri, 12 Nov 2021 11:42:18 +0100 Subject: [PATCH] added error handling description --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b47bf43..56b5f64 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,8 @@ const char* password = ""; String api_url = "http://:5000/status"; ``` +## Error handling + +* If wifi is unavailable or misconfigured, the device will show "No Wifi!" on the screen +* HTTP Errors will also displayed on the OLED +* When you key up your TRX and therefore the HR50, no serial communication is possible. The latest gathered information will still be displayed on the screen but there will be a "(!)" in the third row as an indicator for this situation.