Added target with esp32 fwk 2.0

This commit is contained in:
Magnus Persson
2022-03-12 19:49:04 +01:00
parent 3d497a1acc
commit 6193f422e8
3 changed files with 36 additions and 14 deletions

View File

@ -20,6 +20,8 @@ def after_build(source, target, env):
target = dir + "/bin/firmware-perf.bin"
if name == "gravity32-release" :
target = dir + "/bin/firmware32.bin"
if name == "gravity32-release2" :
target = dir + "/bin/firmware32_2.bin"
print( "Copy file : " + source + " -> " + target )
shutil.copyfile( source, target )