mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[Build Version] Generate build version based on date
This commit is contained in:
@@ -37,10 +37,15 @@ lib_ignore = ${core_stage.lib_ignore}
|
||||
|
||||
|
||||
[no_ir]
|
||||
lib_ignore = IRremoteESP8266, HeatpumpIR
|
||||
lib_ignore = IRremoteESP8266
|
||||
HeatpumpIR
|
||||
|
||||
[no_sd]
|
||||
lib_ignore = SD(esp8266), SD, SDFS
|
||||
lib_ignore = ESP8266SdFat
|
||||
SD(esp8266)
|
||||
SD
|
||||
SDFS
|
||||
LittleFS(esp8266)
|
||||
|
||||
[no_littlefs]
|
||||
lib_ignore = LittleFS(esp8266)
|
||||
@@ -110,6 +115,7 @@ platform = ${regular_platform.platform}
|
||||
platform_packages = ${regular_platform.platform_packages}
|
||||
build_flags = ${regular_platform.build_flags}
|
||||
lib_ignore = ${regular_platform.lib_ignore}
|
||||
ESP8266SdFat
|
||||
SD(esp8266)
|
||||
SD
|
||||
SDFS
|
||||
@@ -120,6 +126,7 @@ platform = ${regular_platform_alt_wifi.platform}
|
||||
platform_packages = ${regular_platform_alt_wifi.platform_packages}
|
||||
build_flags = ${regular_platform_alt_wifi.build_flags}
|
||||
lib_ignore = ${regular_platform_alt_wifi.lib_ignore}
|
||||
ESP8266SdFat
|
||||
SD(esp8266)
|
||||
SD
|
||||
SDFS
|
||||
@@ -131,6 +138,7 @@ platform = ${beta_platform.platform}
|
||||
platform_packages = ${beta_platform.platform_packages}
|
||||
build_flags = ${beta_platform.build_flags}
|
||||
lib_ignore = ${beta_platform.lib_ignore}
|
||||
ESP8266SdFat
|
||||
SD(esp8266)
|
||||
SD
|
||||
SDFS
|
||||
@@ -164,6 +172,7 @@ build_flags = ${regular_platform_alt_wifi.build_flags}
|
||||
-DLIMIT_BUILD_SIZE
|
||||
-DDISABLE_SC16IS752_Serial
|
||||
lib_ignore = ${regular_platform_alt_wifi.lib_ignore}
|
||||
ESP8266SdFat
|
||||
SD(esp8266)
|
||||
SD
|
||||
SDFS
|
||||
@@ -177,6 +186,8 @@ build_flags = ${beta_platform.build_flags}
|
||||
-DLIMIT_BUILD_SIZE
|
||||
-DDISABLE_SC16IS752_Serial
|
||||
lib_ignore = ${beta_platform.lib_ignore}
|
||||
ESP8266SdFat
|
||||
SD(esp8266)
|
||||
SD
|
||||
SDFS
|
||||
LittleFS(esp8266)
|
||||
@@ -194,6 +205,7 @@ lib_ignore = ESP32_ping
|
||||
ESP32WebServer
|
||||
ServoESP32
|
||||
ESP32HTTPUpdateServer
|
||||
ESP8266SdFat
|
||||
SD(esp8266)
|
||||
SD
|
||||
SDFS
|
||||
|
||||
Reference in New Issue
Block a user