mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-15 18:38:20 +01:00
lf
This commit is contained in:
12
README.md
12
README.md
@@ -7,12 +7,12 @@ HTTP GET endpoints:
|
|||||||
/saveconf -> write wificonfig to file
|
/saveconf -> write wificonfig to file
|
||||||
/resetwifi -> reconnect wifi with the new settings
|
/resetwifi -> reconnect wifi with the new settings
|
||||||
/wificonfig -> GET returns wifi settings
|
/wificonfig -> GET returns wifi settings
|
||||||
POST sets new wifi settings
|
POST sets new wifi settings
|
||||||
apMode=0: will try to connect to SSID first, 1: will directly start the AP
|
apMode=0: will try to connect to SSID first, 1: will directly start the AP
|
||||||
SSID=ssid
|
SSID=ssid
|
||||||
password=password
|
password=password
|
||||||
save=true will save config to spiffs
|
save=true will save config to spiffs
|
||||||
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)
|
||||||
/readvalues -> return laser and motor values (all 0 at startup, ram only)
|
/readvalues -> return laser and motor values (all 0 at startup, ram only)
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|||||||
Reference in New Issue
Block a user