From d98aa76b3a47b55d3818498764b5f885881e22c1 Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Mon, 17 Sep 2018 09:23:54 +0200 Subject: [PATCH] Fixed broken image in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c509eaf..919caee 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ After you put the code in your Arduino, after a few minutes you should see the O If somehow the wifi connection fails, the Arduino will become an access point with the configured hostname as SSID. In the examples the default hostname is `ota-flash-demo`. -![Arduino IDE Menu > Port](docs/menu_ota_port.png) +![Arduino IDE Menu > Port](https://raw.githubusercontent.com/jeroenvermeulen/JeVe_EasyOTA/master/docs/menu_ota_port.png) ## To include it in your own project: