mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Merge branch 'mega' into feature/ESP32_16MB-flash-max-plugins
This commit is contained in:
@@ -82,5 +82,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