mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 01:24:04 +00:00
[PIO] Update to espressif8266@2.6.3
Plus allow `BUILD_NOTES` to be used in Custom.h
This commit is contained in:
@@ -51,3 +51,5 @@ tools/vagrant/pio_envlist.txt
|
||||
build_output/
|
||||
|
||||
**/__tmpfile.cpp
|
||||
|
||||
src/_Custom.h
|
||||
|
||||
@@ -100,7 +100,7 @@ lib_ignore = ${esp82xx_defaults.lib_ignore}
|
||||
|
||||
[core_2_7_4]
|
||||
extends = esp82xx_2_6_x
|
||||
platform = espressif8266@2.6.2
|
||||
platform = espressif8266@2.6.3
|
||||
platform_packages =
|
||||
framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git#2.7.4
|
||||
build_flags = ${esp82xx_2_6_x.build_flags}
|
||||
@@ -111,7 +111,7 @@ build_flags = ${esp82xx_2_6_x.build_flags}
|
||||
; e.g. Sonoff Basic R2.
|
||||
[core_2_7_4_alt_wifi]
|
||||
extends = esp82xx_2_6_x
|
||||
platform = espressif8266@2.6.2
|
||||
platform = espressif8266@2.6.3
|
||||
platform_packages =
|
||||
framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git#2.7.4
|
||||
build_flags = ${esp82xx_2_6_x.build_flags}
|
||||
@@ -120,7 +120,7 @@ build_flags = ${esp82xx_2_6_x.build_flags}
|
||||
|
||||
[core_2_7_4_sdk3]
|
||||
extends = esp82xx_2_6_x
|
||||
platform = espressif8266@2.6.2
|
||||
platform = espressif8266@2.6.3
|
||||
platform_packages =
|
||||
framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git#2.7.4
|
||||
build_flags = ${esp82xx_2_6_x.build_flags}
|
||||
|
||||
@@ -21,12 +21,14 @@
|
||||
|
||||
|
||||
#define BUILD 20112 // git version e.g. "20103" can be read as "2.1.03" (stored in int16_t)
|
||||
#ifndef BUILD_NOTES
|
||||
#if defined(ESP8266)
|
||||
# define BUILD_NOTES " - Mega"
|
||||
#endif // if defined(ESP8266)
|
||||
#if defined(ESP32)
|
||||
# define BUILD_NOTES " - Mega32"
|
||||
#endif // if defined(ESP32)
|
||||
#endif
|
||||
|
||||
#ifndef BUILD_GIT
|
||||
# define BUILD_GIT "(custom)"
|
||||
|
||||
Reference in New Issue
Block a user