This commit is contained in:
fryakatkop
2017-10-25 01:13:08 +02:00
parent 3f3409034c
commit 769ec8ef9d

View File

@@ -7,12 +7,12 @@ HTTP GET endpoints:
/saveconf -> write wificonfig to file
/resetwifi -> reconnect wifi with the new settings
/wificonfig -> GET returns wifi settings
POST sets new wifi settings
apMode=0: will try to connect to SSID first, 1: will directly start the AP
SSID=ssid
password=password
save=true will save config to spiffs
apply=true will reset wifi and try to connect with new param (buggy atm)
POST sets new wifi settings
apMode=0: will try to connect to SSID first, 1: will directly start the AP
SSID=ssid
password=password
save=true will save config to spiffs
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)
# Install