From 7539888d6de4fd2c532ecc3b905faf354faafda7 Mon Sep 17 00:00:00 2001 From: Debashish Sahu Date: Thu, 7 Mar 2019 11:43:23 -0500 Subject: [PATCH] PIO Bump & min pages - Bump PIO core to 2.0.4 - `#define USE_HTML_MIN_GZ` is on by default unless @toblum objects --- Arduino/McLighting/definitions.h | 2 +- Arduino/McLighting/version_info.ino | 2 +- platformio.ini | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Arduino/McLighting/definitions.h b/Arduino/McLighting/definitions.h index 9c17969..5f6c7a5 100644 --- a/Arduino/McLighting/definitions.h +++ b/Arduino/McLighting/definitions.h @@ -19,7 +19,7 @@ //#define MQTT_HOME_ASSISTANT_SUPPORT // If defined, use AMQTT and select Tools -> IwIP Variant -> Higher Bandwidth #define ENABLE_LEGACY_ANIMATIONS // Dont disbale this for now #define ENABLE_E131 // E1.31 implementation -//#define USE_HTML_MIN_GZ //uncomment for using index.htm & edit.htm from PROGMEM instead of SPIFFs +#define USE_HTML_MIN_GZ //comment for using index.htm & edit.htm from SPIFFs instead of PROGMEM //#define CUSTOM_WS2812FX_ANIMATIONS //uncomment and put animations in "custom_ws2812fx_animations.h" #ifdef ENABLE_E131 diff --git a/Arduino/McLighting/version_info.ino b/Arduino/McLighting/version_info.ino index fa3a695..2b2fbb1 100644 --- a/Arduino/McLighting/version_info.ino +++ b/Arduino/McLighting/version_info.ino @@ -71,7 +71,7 @@ * - new "REST API": /pixelconf?pin=GPIO_NO to change PIN# (Allowed GPIO values: 16/5/4/0/2/14/12/13/15/3/1) * - added HA 0.87 version support https://github.com/toblum/McLighting/issues/327 * - Added alternative way to send large messages using PubSubClient - * - Bump PIO core to 2.0.1 + * - Bump PIO core to 2.0.4 * - Send HA state on MQTT connect, address https://github.com/toblum/McLighting/issues/349 * - Add LWT for MQTT and AMQTT, address https://github.com/toblum/McLighting/issues/340 * - Added file for custom WS2812FX animations in custom slots diff --git a/platformio.ini b/platformio.ini index b997fdb..fee5b1f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,20 +8,20 @@ description = The ESP8266 based multi-client lighting gadget # ------------------------------------------------------------------------------ # PLATFORM: # !! DO NOT confuse platformio's ESP8266 development platform with Arduino core for ESP8266 -# We use Arduino Core 2.5.0 (platformIO 2.0.1) as default +# We use Arduino Core 2.5.0 (platformIO 2.0.4) as default # # arduino core 2.3.0 = platformIO 1.5.0 # arduino core 2.4.0 = platformIO 1.6.0 # arduino core 2.4.1 = platformIO 1.7.3 # arduino core 2.4.2 = platformIO 1.8.0 -# arduino core 2.5.0 = platformIO 2.0.1 +# arduino core 2.5.0 = platformIO 2.0.4 # arduino core stage = platformIO feature#stage # ------------------------------------------------------------------------------ arduino_core_2_3_0 = espressif8266@1.5.0 arduino_core_2_4_0 = espressif8266@1.6.0 arduino_core_2_4_1 = espressif8266@1.7.3 arduino_core_2_4_2 = espressif8266@1.8.0 -arduino_core_2_5_0 = espressif8266@2.0.1 +arduino_core_2_5_0 = espressif8266@2.0.4 arduino_core_stage = https://github.com/platformio/platform-espressif8266.git#feature/stage framework = arduino