mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
going up to last core version
This commit is contained in:
BIN
ESP8266FS-0.5.0.zip
Normal file
BIN
ESP8266FS-0.5.0.zip
Normal file
Binary file not shown.
BIN
ESP8266FS.rar
BIN
ESP8266FS.rar
Binary file not shown.
3
Time.ino
3
Time.ino
@@ -40,6 +40,9 @@ void reconfigTime() {
|
|||||||
Serial.print(" ");
|
Serial.print(" ");
|
||||||
Serial.println(GetTime());
|
Serial.println(GetTime());
|
||||||
|
|
||||||
|
time_t now = time(nullptr);
|
||||||
|
Serial.println(now);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
Serial.println("[E] Get time impossible, no wifi connection");
|
Serial.println("[E] Get time impossible, no wifi connection");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,14 +3,14 @@
|
|||||||
"chipID": "",
|
"chipID": "",
|
||||||
"ssidAP": "WiFi",
|
"ssidAP": "WiFi",
|
||||||
"passwordAP": "",
|
"passwordAP": "",
|
||||||
"ssid": "rise",
|
"ssid": "your_ssid",
|
||||||
"password": "hostel3333",
|
"password": "your_password",
|
||||||
"timezone": 3,
|
"timezone": 3,
|
||||||
"mqttServer": "m12.cloudmqtt.com",
|
"mqttServer": "",
|
||||||
"mqttPort": 14053,
|
"mqttPort": 0,
|
||||||
"mqttPrefix": "/IoTmanager",
|
"mqttPrefix": "/IoTmanager",
|
||||||
"mqttUser": "lbscvzuj",
|
"mqttUser": "",
|
||||||
"mqttPass": "bLxlveOgaF8F",
|
"mqttPass": "",
|
||||||
"scenario": "1",
|
"scenario": "1",
|
||||||
"pushingbox_id": "",
|
"pushingbox_id": "",
|
||||||
"web_login": "admin",
|
"web_login": "admin",
|
||||||
@@ -3,14 +3,14 @@
|
|||||||
"chipID": "",
|
"chipID": "",
|
||||||
"ssidAP": "WiFi",
|
"ssidAP": "WiFi",
|
||||||
"passwordAP": "",
|
"passwordAP": "",
|
||||||
"ssid": "your_ssid",
|
"ssid": "rise",
|
||||||
"password": "your_password",
|
"password": "hostel3333",
|
||||||
"timezone": 3,
|
"timezone": 3,
|
||||||
"mqttServer": "",
|
"mqttServer": "m12.cloudmqtt.com",
|
||||||
"mqttPort": 0,
|
"mqttPort": 14053,
|
||||||
"mqttPrefix": "/IoTmanager",
|
"mqttPrefix": "/IoTmanager",
|
||||||
"mqttUser": "",
|
"mqttUser": "lbscvzuj",
|
||||||
"mqttPass": "",
|
"mqttPass": "bLxlveOgaF8F",
|
||||||
"scenario": "1",
|
"scenario": "1",
|
||||||
"pushingbox_id": "",
|
"pushingbox_id": "",
|
||||||
"web_login": "admin",
|
"web_login": "admin",
|
||||||
|
|||||||
3
set.h
3
set.h
@@ -1,5 +1,6 @@
|
|||||||
String firmware_version = "2.3.1";
|
String firmware_version = "2.3.1";
|
||||||
boolean flash_1mb = true;
|
boolean flash_1mb = false;
|
||||||
|
//-----------------------------------------------------------------
|
||||||
String last_version;
|
String last_version;
|
||||||
boolean start_check_version = false;
|
boolean start_check_version = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user