From 590cd49bea323d0a006bf493ee1a0d98ad6431e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Tue, 2 Jan 2018 14:09:13 +0100 Subject: [PATCH] Change PlatformIO staging reference --- code/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/platformio.ini b/code/platformio.ini index 2125994c..0387abfe 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -5,7 +5,7 @@ data_dir = espurna/data [common] platform = espressif8266 -#platform = espressif8266_stage +#platform = https://github.com/platformio/platform-espressif8266.git#feature/stage build_flags = -g -DMQTT_MAX_PACKET_SIZE=400 ${env.ESPURNA_FLAGS} debug_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_SSL -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_TLS_MEM build_flags_512k = ${common.build_flags} -Wl,-Tesp8266.flash.512k0.ld