start up messages

This commit is contained in:
hg
2016-03-06 15:45:33 +01:00
parent ae9331b5ae
commit 627656e7b6
5 changed files with 35 additions and 25 deletions

View File

@ -13,8 +13,12 @@ void setup() {
Serial.begin(9600);
hmi.begin();
hmi.tft()->println("Starting up");
MqttClientNS::begin();
hmi.tft()->println("Running");
delay(10000);
}
void loop() {