diff --git a/platformio.ini b/platformio.ini index 62d2045..0fd32f2 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,36 +1,34 @@ -# -# Project Configuration File -# -# A detailed documentation with the EXAMPLES is located here: -# http://docs.platformio.org/en/latest/projectconf.html -# - -# A sign `#` at the beginning of the line indicates a comment -# Comment lines are ignored. - -# Simple and base environment -# [env:mybaseenv] -# platform = %INSTALLED_PLATFORM_NAME_HERE% -# framework = -# board = -# -# Automatic targets - enable auto-uploading -# targets = upload - -[env:base] -platform = espressif8266 -framework = arduino -board = esp12e -lib_deps = - 567 - 942 - 415 - 419 - 536 - 64 - 16 - 31 - 525 - 168 - Bounce2 -build_flags = -lstdc++ +# +# Project Configuration File +# +# A detailed documentation with the EXAMPLES is located here: +# http://docs.platformio.org/en/latest/projectconf.html +# + +# A sign `#` at the beginning of the line indicates a comment +# Comment lines are ignored. + +# Simple and base environment +# [env:mybaseenv] +# platform = %INSTALLED_PLATFORM_NAME_HERE% +# framework = +# board = +# +# Automatic targets - enable auto-uploading +# targets = upload + +[env:base] +platform = espressif8266 +framework = arduino +board = esp12e +lib_deps = +567 +942 +415 +419 +64 +31 +168 +Bounce2 +166 +build_flags = -lstdc++