From 769ec8ef9d2c576145f4aef419f9244a4b749239 Mon Sep 17 00:00:00 2001 From: fryakatkop Date: Wed, 25 Oct 2017 01:13:08 +0200 Subject: [PATCH] lf --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 339a9b4..befbb2e 100644 --- a/README.md +++ b/README.md @@ -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