mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-14 18:15:22 +01:00
cleanup
This commit is contained in:
10
README.md
10
README.md
@@ -10,7 +10,7 @@ Wifi Host for the Arduino-Laser-Spirograph
|
||||
* motor2=1-128
|
||||
* motor3=1-128
|
||||
|
||||
* /wificonfig ->
|
||||
* /wificonfig
|
||||
* **GET** returns wifi settings
|
||||
* **POST** sets new wifi setting{s}
|
||||
* apMode=0: will try to connect to SSID first, 1: will directly start the AP
|
||||
@@ -18,14 +18,14 @@ Wifi Host for the Arduino-Laser-Spirograph
|
||||
* password=password
|
||||
* 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)
|
||||
* /heap ->
|
||||
* /heap
|
||||
* **GET** returns free heap of the ESP8266
|
||||
* /files ->
|
||||
* /files
|
||||
* **GET** returns list of files
|
||||
* /presetMode ->
|
||||
* /presetMode
|
||||
* **GET** returns current mode
|
||||
* **POST** sets mode 0: presetsOff 1: cycle (not completed feature)
|
||||
* /presets ->
|
||||
* /presets
|
||||
* **GET** returns /presets.json
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user