Version 1.3
Minimized of config message size. Changed SDK version for 3.0.5 Changed config data storage location to EEPROM. Changed FS from SPIFFS to LittleFS.
This commit is contained in:
		| @@ -10,7 +10,7 @@ function createXmlHttpObject() { | ||||
|  | ||||
| function load() { | ||||
|     if (xmlHttp.readyState == 0 || xmlHttp.readyState == 4) { | ||||
|         xmlHttp.open('PUT', '/config.json', true); | ||||
|         xmlHttp.open('GET', '/config', true); | ||||
|         xmlHttp.send(null); | ||||
|         xmlHttp.onload = function () { | ||||
|             jsonResponse = JSON.parse(xmlHttp.responseText); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user