From 0ea69e53eba9516d0073b9400c0bc6f08fa7c6c8 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Wed, 21 Aug 2019 19:38:47 +0700 Subject: [PATCH] edit main mesh source code --- waterishos-gen2-mesh/waterishos-gen2-mesh.ino | 12 ------------ 1 file changed, 12 deletions(-) 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