update code

This commit is contained in:
Siwat Sirichai 2019-08-21 19:39:58 +07:00
parent 0ea69e53eb
commit 15d0655fdd
1 changed files with 2 additions and 4 deletions

View File

@ -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());