mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[PIO] Cleanup platformio.ini and move to core 2.6.1 as default (#2742)
Fixes: #2742
This commit is contained in:
+20
-23
@@ -40,37 +40,34 @@ fi
|
||||
mkdir -p ${TMP_DIST}/memstats
|
||||
|
||||
for ENV in \
|
||||
custom_ESP32_4M316k\
|
||||
custom_ESP8266_4M1M\
|
||||
custom_ESP8266_4M2M\
|
||||
dev_ESP8266_4M1M\
|
||||
esp-wrover-kit_test_4M316k\
|
||||
esp32test_4M316k\
|
||||
normal_ESP8266_1M\
|
||||
normal_ESP8266_1M_VCC\
|
||||
normal_ESP8285_1M\
|
||||
normal_core_241_ESP8266_1M\
|
||||
normal_WROOM02_2M\
|
||||
normal_core_252_WROOM02_2M256\
|
||||
normal_ESP8266_4M1M\
|
||||
normal_core_241_ESP8266_4M1M\
|
||||
normal_core_252_ESP8266_16M\
|
||||
normal_core_260_sdk222_alpha_ESP8266_4M1M\
|
||||
normal_core_260_sdk222_alpha_ESP8266_16M\
|
||||
minimal_core_242_ESP8266_1M_OTA\
|
||||
minimal_core_242_ESP8285_1M_OTA\
|
||||
minimal_core_252_ESP8266_1M_OTA\
|
||||
minimal_core_252_ESP8285_1M_OTA\
|
||||
hard_SONOFF_POW_4M1M\
|
||||
hard_Shelly_1_2M256\
|
||||
hard_Ventus_W266\
|
||||
hard_other_POW_ESP8285_1M\
|
||||
minimal_IRext_ESP8266_1M\
|
||||
minimal_IRext_ESP8266_4M1M\
|
||||
minimal_IRext_ESP8266_4M2M\
|
||||
minimal_core_242_ESP8266_1M_OTA\
|
||||
minimal_core_242_ESP8285_1M_OTA\
|
||||
minimal_core_261_ESP8266_1M_OTA\
|
||||
minimal_core_261_ESP8285_1M_OTA\
|
||||
normal_ESP8266_16M\
|
||||
normal_ESP8266_1M\
|
||||
normal_ESP8266_1M_VCC\
|
||||
normal_ESP8266_4M1M\
|
||||
normal_ESP8285_1M\
|
||||
normal_IRext_no_rx_ESP8266_4M2M\
|
||||
test_core_260_sdk222_alpha_ESP8266_4M1M\
|
||||
test_core_260_sdk3_alpha_ESP8266_4M1M\
|
||||
test_core_260_sdk222_alpha_ESP8266_16M\
|
||||
normal_WROOM02_2M256\
|
||||
normal_WROOM02_2M\
|
||||
test_ESP8266_4M_VCC\
|
||||
dev_ESP8266_4M1M\
|
||||
hard_SONOFF_POW_4M1M\
|
||||
hard_other_POW_ESP8285_1M\
|
||||
hard_Shelly_1_2M256\
|
||||
hard_Ventus_W266;\
|
||||
test_beta_ESP8266_16M\
|
||||
test_beta_ESP8266_4M1M;\
|
||||
do
|
||||
MAX_FILESIZE=1044464
|
||||
if [[ ${ENV} == *"_1M"* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user