From 8a0fed640d2c89c0e27d25e33042901c3646c6da Mon Sep 17 00:00:00 2001 From: Sim Date: Wed, 28 Nov 2018 15:56:41 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc0c9d1..b5173c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Blinkmeter +# Blinkmeter Electricity meter blink counter nodemcu lua code for ESP8266. @@ -11,14 +11,14 @@ Electricity meter blink counter nodemcu lua code for ESP8266. ## Installation ### Download nodemcu firmware -- I use this site to build custom nodemcu firmware: [nodency-build,com](https://nodemcu-build.com) +- I use this site to build custom nodemcu firmware: [nodency-build.com](https://nodemcu-build.com) ### Flash your ESP8266 controller -```bash $ esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash --flash_size=detect 0 /path/to/nodemcu.bin ``` +`$ esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash --flash_size=detect 0 /path/to/nodemcu.bin` ### Download ESPlorer - You can get it at [Esplorer site](https://esp8266.ru/esplorer/) -- Extract and launch with java 1.7+ ```bash $ java -jar ESPlorer.jar``` +- Extract and launch with java 1.7+ `$ java -jar ESPlorer.jar` ### Upload lua files - move location_example.lua to location.lua and change to your ssid/psk