From 7af42ac8ae375f22d6051d66b4abf00a7373576c Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 24 Mar 2019 19:45:44 +0100 Subject: [PATCH] mention rename from .ino file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0565c2cd..d54127a5b 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Every telegram sent is echo'd back to Rx, along the same Bus used for all Rx/Tx `ems.cpp` is the logic to read the EMS data packets (telegrams), validates them and process them based on the type. -`ems-esp.ino` is the Arduino code for the ESP8266 that kicks it all off. This is where we have specific logic such as the code to monitor and alert on the Shower timer and light up the LEDs. +`ems-esp.cpp` is the Arduino code for the ESP8266 that kicks it all off. This is where we have specific logic such as the code to monitor and alert on the Shower timer and light up the LEDs. `my_config.h` has all the custom settings tailored to your environment. Specific values here are also stored in the ESP's SPIFFs (File system).