This commit is contained in:
2018-08-26 19:04:25 +02:00
parent b676746723
commit 4c32af3e1b
2 changed files with 4 additions and 6 deletions

View File

@@ -16,7 +16,6 @@ Network* MeshNet::init(){
Serial.println("init mesh");
config.fromFile("/config.json");
Serial.println(config.meshSSID);
//mesh.setDebugMsgTypes( ERROR | MESH_STATUS | CONNECTION | SYNC | COMMUNICATION | GENERAL | MSG_TYPES | REMOTE ); // all types on
mesh.setDebugMsgTypes( config.debugTypes );