From 5786a3ff365f7acc599be3bb3576db9f74250dfb Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Wed, 27 Jun 2018 23:08:13 +0200 Subject: [PATCH] DONT USE STAGING VERSIONgit add platformio.ini ! (instable, weird bugs) --- platformio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index 57434b4..7cf25cf 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,9 +8,9 @@ ; Please visit documentation for the other options and examples ; http://docs.platformio.org/page/projectconf.html -[env:nodemcuv2] -platform = https://github.com/platformio/platform-espressif8266.git#feature/stage -;platform = espressif8266 +[env:nodemcu] +;platform = https://github.com/platformio/platform-espressif8266.git#feature/stage +platform = espressif8266 board = nodemcu framework = arduino board_build.f_cpu = 80000000L