diff --git a/src/Globals.cpp b/src/Globals.cpp index 06c82e26..cc1db71e 100644 --- a/src/Globals.cpp +++ b/src/Globals.cpp @@ -297,7 +297,7 @@ IPAddress gateway; IPAddress subnet; IPAddress primaryDNS; IPAddress secondaryDNS; -const char *VERSION = "0.85"; +const char *VERSION = "0.87"; String MQTT_HOST = ""; uint16_t MQTT_PORT = 1883; diff --git a/src/MatrixDisplayUi.h b/src/MatrixDisplayUi.h index 820948a5..c30ba5b0 100644 --- a/src/MatrixDisplayUi.h +++ b/src/MatrixDisplayUi.h @@ -230,9 +230,9 @@ class MatrixDisplayUi int8_t update(); - uint32_t indicator1Color = 63488; - uint32_t indicator2Color = 31; - uint32_t indicator3Color = 65504; + uint32_t indicator1Color = 0xFF0000; + uint32_t indicator2Color = 0x00FF00; + uint32_t indicator3Color = 0x0000FF; bool indicator1State = false; bool indicator2State = false;