start up messages
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user