Skip to content

Commit

Permalink
Merge pull request #37 from Adamlip1334/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
playground committed Oct 5, 2023
2 parents 2a0275e + 99df65b commit 602daf0
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 20 deletions.
3 changes: 2 additions & 1 deletion firmwares/calibrate/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Liquid Prep Web Tools",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
Expand All @@ -11,4 +12,4 @@
]
}
]
}
}
3 changes: 2 additions & 1 deletion firmwares/esp-mesh-bluetooth-toggle/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Liquid Prep Web Tools",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
Expand All @@ -11,4 +12,4 @@
]
}
]
}
}
3 changes: 2 additions & 1 deletion firmwares/esp-mesh-bluetooth/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Liquid Prep Web Tools",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
Expand All @@ -11,4 +12,4 @@
]
}
]
}
}
3 changes: 2 additions & 1 deletion firmwares/esp-now-gateway/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Liquid Prep Web Tools",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
Expand All @@ -11,4 +12,4 @@
]
}
]
}
}
3 changes: 2 additions & 1 deletion firmwares/esp-now-mesh/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Liquid Prep Web Tools",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
Expand All @@ -11,4 +12,4 @@
]
}
]
}
}
27 changes: 14 additions & 13 deletions firmwares/esp-now/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "Liquid Prep Web Tools",
"builds": [
{
"chipFamily": "ESP32",
"improv": false,
"parts": [
{ "path": "bootloader.bin", "offset": 4096 },
{ "path": "partitions.bin", "offset": 32768 },
{ "path": "firmware.bin", "offset": 65536 }
]
}
]
}
"name": "Liquid Prep Web Tools",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
"improv": false,
"parts": [
{ "path": "bootloader.bin", "offset": 4096 },
{ "path": "partitions.bin", "offset": 32768 },
{ "path": "firmware.bin", "offset": 65536 }
]
}
]
}
4 changes: 2 additions & 2 deletions firmwares/wifi-ble/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "Liquid Prep Web Tools",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
"improv": false,
"parts": [
{ "path": "bootloader.bin", "offset": 4096 },
{ "path": "partitions.bin", "offset": 32768 },
{ "path": "boot_app0.bin", "offset": 57344 },
{ "path": "firmware.bin", "offset": 65536 }
]
}
]
}
}

0 comments on commit 602daf0

Please sign in to comment.