This commit is contained in:
FrYakaTKoP
2017-10-30 00:23:25 +01:00
parent 9024ab3aa9
commit b645ca08ee

View File

@@ -18,10 +18,6 @@ Wifi Host for the Arduino-Laser-Spirograph
* password=password * password=password
* save=true will save config to spiffs, false will only change RAM variable (useful for onetime ap joins) * save=true will save config to spiffs, false will only change RAM variable (useful for onetime ap joins)
* apply=true will reset wifi and try to connect with new param (buggy atm) * apply=true will reset wifi and try to connect with new param (buggy atm)
* /saveconf ->
* **POST** write wificonfig to file (similar to wificonfig->save=true)
* /resetwifi ->
* **POST** reconnect wifi (similar to wificonfig->apply=true)
* /heap -> * /heap ->
* **GET** returns free heap of the ESP8266 * **GET** returns free heap of the ESP8266
* /files -> * /files ->