diff --git a/LibreMetric.ino b/LibreMetric.ino index 39af68d..bf1faaa 100644 --- a/LibreMetric.ino +++ b/LibreMetric.ino @@ -9,7 +9,7 @@ #include #include #include -#include +#include // https://github.com/markruys/arduino-Max72xxPanel #include #include @@ -195,7 +195,9 @@ void loop() { ArduinoOTA.handle(); yield(); } - +void display_static_message(String message){ + +} void display_message(String message){ for ( int i = 0 ; i < width * message.length() + matrix.width() - spacer; i++ ) { matrix.fillScreen(LOW);