edit main mesh source code
This commit is contained in:
parent
d68779759b
commit
0ea69e53eb
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue