Improve OLED status messages a bit: M17 tweaks from KC1AWV. Tweaks by W0CHP for Idle/Stopping status messages, and a new status for when the host is in Auto-AP mode.

This commit is contained in:
Chipster
2023-06-09 16:39:35 -05:00
parent 9085112b4d
commit 09ba49d486
2 changed files with 83 additions and 29 deletions

2
OLED.h
View File

@@ -32,6 +32,8 @@
#include "UserDBentry.h"
#include <string>
#include <fstream>
#include <sstream>
#include "ArduiPi_OLED_lib.h"
#include "Adafruit_GFX.h"