mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Merge branch 'mega' into feature/P110_VL53L0X_move_from_pluginplayground
This commit is contained in:
@@ -139,8 +139,8 @@ platform_packages =
|
||||
[core_esp32_1_12_2]
|
||||
platform = espressif32@1.12.4
|
||||
|
||||
[core_esp32_3_1_0]
|
||||
platform = espressif32@3.1.0
|
||||
[core_esp32_3_2_0]
|
||||
platform = espressif32@3.2.0
|
||||
|
||||
|
||||
[core_esp32_stage]
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
[esp32_common]
|
||||
extends = common, core_esp32_3_1_0
|
||||
extends = common, core_esp32_3_2_0
|
||||
lib_ignore = ESP8266WiFi, ESP8266Ping, ESP8266WebServer, ESP8266HTTPUpdateServer, ESP8266mDNS, IRremoteESP8266, ESPEasy_ESP8266Ping, ESP32_ping, HeatpumpIR
|
||||
lib_deps = https://github.com/TD-er/ESPEasySerial.git#v2.0.5, adafruit/Adafruit ILI9341 @ ^1.5.6, Adafruit GFX Library, LOLIN_EPD, Adafruit BusIO
|
||||
board_build.f_flash = 80000000L
|
||||
|
||||
@@ -79,5 +79,7 @@ def bin_elf_copy(source, target, env):
|
||||
for suff in [".elf", ".bin", ".bin.gz", "-factory.bin", ".env.txt"]:
|
||||
copy_to_build_output(split_path[0], variant, suff)
|
||||
|
||||
import datetime
|
||||
print("\u001b[33m Timestamp:\u001b[0m", datetime.datetime.now())
|
||||
|
||||
env.AddPostAction("$BUILD_DIR/${PROGNAME}.bin", [bin_elf_copy])
|
||||
|
||||
Reference in New Issue
Block a user