mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-21 12:56:11 +02:00
0.8.123
* fix ESP8266 static IP #1643 #1608 * update MqTT library which enhances stability
This commit is contained in:
parent
4ca05620dc
commit
49cb7621be
5 changed files with 8 additions and 4 deletions
|
@ -78,7 +78,7 @@ def renameFw(path_define, env):
|
|||
os.rename("src/.pio/build/" + env + "/firmware.bin", dst + fname)
|
||||
os.rename("src/.pio/build/" + env + "/firmware.elf.7z", dst + fname[:-3] + "elf.7z")
|
||||
|
||||
if env[:5] == "esp32":
|
||||
if env[:5] == "esp32" or env[:4] == "open":
|
||||
os.rename("src/.pio/build/" + env + "/bootloader.bin", dst + "bootloader.bin")
|
||||
os.rename("src/.pio/build/" + env + "/partitions.bin", dst + "partitions.bin")
|
||||
genOtaBin(dst)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue