From c766908a4623674f2e341ed9edece4c1bb4ff905 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 2 Aug 2019 16:07:03 +0200 Subject: [PATCH] added test target --- platformio.ini-example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/platformio.ini-example b/platformio.ini-example index 5a0e3b284..66e1a73c9 100644 --- a/platformio.ini-example +++ b/platformio.ini-example @@ -8,11 +8,12 @@ default_envs = debug [common] ; -DMYESP_TIMESTAMP -DTESTS -DCRASH -DFORCE_SERIAL -DNO_GLOBAL_EEPROM -DLOGICANALYZER +;general_flags = -Wl,-Teagle.flash.4m2m.ld general_flags = [env] +;board = esp12e board = d1_mini -; board = nodemcuv2 framework = arduino platform = espressif8266 lib_deps = @@ -34,8 +35,8 @@ monitor_speed = 115200 ;upload_port = /dev/cu.usbserial-1440 ; uncomment next 2 lines for OTA -upload_protocol = espota -upload_port = ems-esp.local +;upload_protocol = espota +;upload_port = ems-esp.local [env:buildweb] extra_scripts = pre:scripts/buildweb.py