master
Simon Pirkelmann 2019-12-03 16:45:34 +01:00
parent af67b7de53
commit 412d77b8a9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Of course this is difficult to do with the ESP since you have neither a web brow
Instead, we can emulate the click on the button by sending a specific `HTTP GET` request to the access point.
There is [one example][micropython-example] for use with MicroPython and a [second example][arduino-example] for the Arduino IDEBoards Manager.
There is [one example][micropython-example] for use with MicroPython and a [second example][arduino-example] for the Arduino IDE Boards Manager.
The arduino code uses the libraries `HTTPClient.h` and `WiFi.h` which should be built-in.
[micropython-example]: example_micropython.py