message displaying works
This commit is contained in:
@ -13,14 +13,12 @@ void setup() {
|
||||
Serial.begin(9600);
|
||||
|
||||
hmi.begin();
|
||||
hmi.updateMessage();
|
||||
|
||||
MqttClientNS::begin();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
if (tick.check()) {
|
||||
hmi.toggleAlarmState();
|
||||
Serial << "tick" << endl;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user