mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 10:16:21 +02:00
0.7.42
* fix compile
This commit is contained in:
parent
91518a7029
commit
a515dbbde1
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ def readVersion(path, infile):
|
|||
os.rename(src, dst)
|
||||
|
||||
versionout = version[:-1] + "_" + sha + "_esp32s2-mini.bin"
|
||||
src = path + ".pio/build/ --environment esp32-s2-mini/firmware.bin"
|
||||
src = path + ".pio/build/esp32-s2-mini/firmware.bin"
|
||||
dst = path + "firmware/" + versionout
|
||||
os.rename(src, dst)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue