message displaying works

This commit is contained in:
hg
2016-03-04 14:30:30 +01:00
parent c520e7731c
commit c04b24a1f0
6 changed files with 60 additions and 19 deletions

View File

@ -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;
}