Add firmware

This commit is contained in:
Andrej Friesen 2023-02-14 00:22:43 +01:00
parent c4fb78df3f
commit 59214309b8
2 changed files with 1 additions and 1 deletions

BIN
docs/static/firmware_build/firmware.bin vendored Normal file

Binary file not shown.

View File

@ -7,7 +7,7 @@
{ {
"chipFamily": "ESP8266", "chipFamily": "ESP8266",
"parts": [ "parts": [
{ "path": "pc-switch.bin", "offset": 0 } { "path": "firmware.bin", "offset": 0 }
] ]
} }
] ]