update code
This commit is contained in:
parent
0ea69e53eb
commit
15d0655fdd
|
@ -5,10 +5,8 @@
|
|||
|
||||
#define FIRMWARE_ID 0x1337
|
||||
#define FIRMWARE_VER "0.1"
|
||||
wifi_conn networks[] = {WIFI_CONN("ssid 1", NETWORK_PASSWORD, NULL, 0),WIFI_CONN("ssid 2", NETWORK_PASSWORD, NULL, 0),NULL,};
|
||||
const char* mesh_password = MESH_PASSWORD;
|
||||
const char* mqtt_server = MQTT_SERVER;
|
||||
const int mqtt_port = MQTT_PORT;
|
||||
wifi_conn networks[] = {WIFI_CONN("ssid 1", "Password", NULL, 0),WIFI_CONN("ssid 2", "Another Password", NULL, 0),NULL,};
|
||||
|
||||
String ID = String(ESP.getChipId());
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue