diff --git a/waterishos-gen2-mesh/waterishos-gen2-mesh.ino b/waterishos-gen2-mesh/waterishos-gen2-mesh.ino index 4911fd4..073d2ea 100644 --- a/waterishos-gen2-mesh/waterishos-gen2-mesh.ino +++ b/waterishos-gen2-mesh/waterishos-gen2-mesh.ino @@ -9,19 +9,7 @@ wifi_conn networks[] = {WIFI_CONN("ssid 1", NETWORK_PASSWORD, NULL, 0), const char* mesh_password = MESH_PASSWORD; const char* mqtt_server = MQTT_SERVER; const int mqtt_port = MQTT_PORT; -#if ASYNC_TCP_SSL_ENABLED -const uint8_t *mqtt_fingerprint = MQTT_FINGERPRINT; -bool mqtt_secure = MQTT_SECURE; - #if MESH_SECURE - #include "ssl_cert.h" - #endif -#endif - -#ifdef ESP32 -String ID = String((unsigned long)ESP.getEfuseMac()); -#else String ID = String(ESP.getChipId()); -#endif