From 5e040ec34d96d5f1d9a4537cbb873f3ca7e5b846 Mon Sep 17 00:00:00 2001 From: Mitch Cox Date: Sun, 8 Oct 2017 13:11:47 +0000 Subject: [PATCH 1/2] defualt back to nodemcu-lolin --- code/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/platformio.ini b/code/platformio.ini index 1dc91d33..a84832c5 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -1,5 +1,5 @@ [platformio] -env_default = esplive +env_default = nodemcu-lolin src_dir = espurna data_dir = espurna/data From 179d629ba71734273eedf80ab18117760cb6ee1d Mon Sep 17 00:00:00 2001 From: Mitch Cox Date: Sun, 8 Oct 2017 13:13:01 +0000 Subject: [PATCH 2/2] fixed typo --- code/espurna/espurna.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/espurna/espurna.ino b/code/espurna/espurna.ino index 8676a259..0921e868 100644 --- a/code/espurna/espurna.ino +++ b/code/espurna/espurna.ino @@ -2,7 +2,7 @@ ESPurna -Copyright (C) 2016-2017 by Xose PĂ©rez +Copyright (C) 2016-2017 by Xose Pérez This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,7 +43,7 @@ void hardwareSetup() { SPIFFS.begin(); #endif - #if defined(EPSLIVE) + #if defined(ESPLIVE) //The ESPLive has an ADC MUX which needs to be configured. pinMode(16, OUTPUT); digitalWrite(16, HIGH); //Defualt CT input (pin B, solder jumper B)