add debug serial print

This commit is contained in:
Siwat Sirichai 2019-08-21 20:26:40 +07:00
parent f43bc9bc5b
commit 4310f55d05
1 changed files with 2 additions and 0 deletions

View File

@ -43,7 +43,9 @@ void setup() {
Serial.print("Loading . . .");
delay(1000);
mesh.setCallback(callback);
Serial.print("Callback set done");
mesh.begin();
Serial.print("Mesh Started");
}