Attention: re-ordered display types, check your settings! #746

improved saving settings of display #747, #746
disabled contrast for Nokia display #746
added Prometheus as compile option #719, #615
update MQTT lib to v1.4.1
limit decimal places to 2 in `live`
added `-DPIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48` to esp8266 debug build #657
a `max-module-power` of `0` disables channel in live view `setup`
This commit is contained in:
lumapu 2023-03-09 22:59:33 +01:00
parent 6ef7720324
commit 9604687157
13 changed files with 116 additions and 62 deletions

View file

@ -21,6 +21,7 @@ class DisplayMono {
U8G2* mDisplay;
uint8_t mType;
bool mEnPowerSafe, mEnScreenSaver;
uint8_t mLuminance;