Skip to content

Commit

Permalink
Bump all(?!) version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
judge2005 committed Jan 27, 2024
1 parent 18644e2 commit 85ab2eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const char *manifest[] = {
// Firmware name
"EleksTubeIPS V1 Replacement Firmware",
// Firmware version
"0.1.4",
"0.1.5",
// Hardware chip/variant
"ESP32",
// Device name
Expand Down
4 changes: 2 additions & 2 deletions web/esp-web-tools-manifest-firmware-only.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "EleksTubeIPS V1 Replacement Firmware",
"version": "0.1.4",
"version": "0.1.5",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
"improv": false,
"parts": [
{ "path": "firmware.0.1.4.bin", "offset": 65536 }
{ "path": "firmware.0.1.5.bin", "offset": 65536 }
]
}
]
Expand Down
4 changes: 2 additions & 2 deletions web/esp-web-tools-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EleksTubeIPS V1 Replacement Firmware",
"version": "0.1.4",
"version": "0.1.5",
"new_install_prompt_erase": true,
"new_install_improv_wait_time": 30,
"builds": [
Expand All @@ -11,7 +11,7 @@
{ "path": "bootloader.bin", "offset": 4096 },
{ "path": "partitions.bin", "offset": 32768 },
{ "path": "boot_app0.bin", "offset": 57344 },
{ "path": "firmware.0.1.4.bin", "offset": 65536 },
{ "path": "firmware.0.1.5.bin", "offset": 65536 },
{ "path": "littlefs.bin", "offset": 1572864 }
]
}
Expand Down

0 comments on commit 85ab2eb

Please sign in to comment.