diff --git a/README.md b/README.md index 627661b..8c68c78 100644 --- a/README.md +++ b/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