mirror of
https://codeberg.org/mclemens/hr50-remote-display.git
synced 2024-11-08 09:17:17 -05:00
added error handling description
This commit is contained in:
parent
47de653783
commit
f2a002a83f
@ -44,3 +44,8 @@ const char* password = "<PASSWORD>";
|
|||||||
String api_url = "http://<ENTER_HERE_THE_IP_OF_YOUR API_SERVER>:5000/status";
|
String api_url = "http://<ENTER_HERE_THE_IP_OF_YOUR API_SERVER>: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.
|
||||||
|
Loading…
Reference in New Issue
Block a user