mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2026-03-22 09:04:15 +01:00
added /readwifi and /readvalues
changed holding values in ram after sending to laserspiro
This commit is contained in:
18
README.md
18
README.md
@@ -2,16 +2,18 @@
|
||||
Wifi Host for the Arduino-Laser-Spirograph
|
||||
|
||||
#usage:
|
||||
/motor/{motorNr}/{value}
|
||||
/laser/{value}
|
||||
/ssid/{ssidname}
|
||||
/pwd/{password}
|
||||
/apmode/1 -> SofAP (default), 0 -> client
|
||||
/saveconf -> write wificonfig to file
|
||||
/resetwifi -> reconnect wifi with the new settings (this will work)
|
||||
/motor/{motorNr}/{value}
|
||||
/laser/{value}
|
||||
/ssid/{ssidname}
|
||||
/pwd/{password}
|
||||
/apmode/1 -> SofAP (default), 0 -> client
|
||||
/saveconf -> write wificonfig to file
|
||||
/resetwifi -> reconnect wifi with the new settings
|
||||
/readwifi -> returns wifi settings
|
||||
/readvalues -> return laser and motor values
|
||||
|
||||
#install
|
||||
- install arduino ide (1.8.5)
|
||||
- install arduino ide (1.8.5)
|
||||
|
||||
- follow this instruction
|
||||
https://github.com/esp8266/Arduino#installing-with-boards-manager
|
||||
|
||||
Reference in New Issue
Block a user