mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
Merge pull request #8205 from Jason2866/patch-2
No Map file is generated for ESP32
This commit is contained in:
commit
d8a1029c61
@ -28,6 +28,7 @@ def bin_map_copy(source, target, env):
|
||||
shutil.copy(str(target[0]), bin_file)
|
||||
|
||||
# copy firmware.map to map/<variant>.map
|
||||
shutil.copy("firmware.map", map_file)
|
||||
if os.path.isfile("firmware.map"):
|
||||
shutil.move("firmware.map", map_file)
|
||||
|
||||
env.AddPostAction("$BUILD_DIR/${PROGNAME}.bin", [bin_map_copy])
|
||||
|
Loading…
x
Reference in New Issue
Block a user