From 412d77b8a9026d75e9bdf390e10594a3085d2680 Mon Sep 17 00:00:00 2001 From: spirkelmann Date: Tue, 3 Dec 2019 16:45:34 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 310366a..c9d62eb 100644 --- a/README.md +++ b/README.md @@ -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