mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 13:00:27 +02:00
Add v0.9 test board
This commit is contained in:
@@ -55,7 +55,7 @@ for file in glob.glob("*.yaml"):
|
||||
if not filename:
|
||||
print("No file found.")
|
||||
break
|
||||
firmware_path = f"{cwd}/.esphome/build/{filename}/.pioenvs/{filename}/firmware-factory.bin"
|
||||
firmware_path = f"{cwd}/.esphome/build/{filename}/.pioenvs/{filename}/firmware.factory.bin"
|
||||
print("CWD", cwd)
|
||||
subprocess.run(
|
||||
f'docker run --rm -p 6052:6052 -v "{cwd}":/config -it ghcr.io/esphome/esphome compile {file}',
|
||||
|
||||
Reference in New Issue
Block a user