Update firmwares to 2022.3.0 (#202)

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
Jesse Hills 2022-03-24 17:50:36 +13:00 committed by GitHub
parent 137cae89cb
commit a06a9ddf64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,11 @@
{
"name": "ESPHome",
"version": "2022.2.0-dev",
"version": "2022.3.0",
"home_assistant_domain": "esphome",
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "bootloader.bin", "offset": 4096 },
{ "path": "partitions.bin", "offset": 32768 },
{ "path": "ota.bin", "offset": 57344 },
{ "path": "firmware.bin", "offset": 65536 }
]
"parts": [{ "path": "esp32.bin", "offset": 0 }]
},
{
"chipFamily": "ESP8266",

Binary file not shown.

Binary file not shown.