Skip to content

Commit

Permalink
Beta 4.3-b100
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon authored and github-actions[bot] committed Feb 1, 2025
1 parent e32a07d commit 96e4945
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file removed bin_beta/4.2-b91.bin
Binary file not shown.
Binary file added bin_beta/4.3-b100.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion firmware/src/JaamFirmware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#endif
#include <esp_task_wdt.h>

const PROGMEM char* VERSION = "4.3-b99";
const PROGMEM char* VERSION = "4.3-b100";

JaamSettings settings;
Firmware currentFirmware;
Expand Down
Binary file modified flasher/bins/jaam_beta.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions flasher/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2 class='text-center'>JAAM Flasher</h2>
</div>
</esp-web-install-button>
<esp-web-install-button manifest="manifest-beta.json">
<button class='btn btn-info' type='button' aria-expanded='false' slot="activate">Встановити JAAM 4.3 Beta 99</button>
<button class='btn btn-info' type='button' aria-expanded='false' slot="activate">Встановити JAAM 4.3 Beta 100</button>
<span slot="unsupported"></span>
<span slot="not-allowed"></span>
</esp-web-install-button>
Expand All @@ -112,7 +112,7 @@ <h2 class='text-center'>JAAM Flasher</h2>
<div class="alert alert-info text-rigth" id="release-notes">Завантаження опису версії...</div>
<div class="text-center">
<button class="btn btn-info" onclick="fetchReleaseNotes('4.2')">>Отримати опис JAAM 4.2</button>
<button class="btn btn-info" onclick="fetchReleaseNotes('4.3-b99')">Отримати опис JAAM 4.3 Beta 99</button>
<button class="btn btn-info" onclick="fetchReleaseNotes('4.3-b100')">Отримати опис JAAM 4.3 Beta 100</button>
</div>
</div>
<div class='by col-md-9 mt-2'>
Expand Down
2 changes: 1 addition & 1 deletion flasher/manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JAAM Beta",
"version": "4.3-b99",
"version": "4.3-b100",
"funding_url": "https://send.monobank.ua/jar/7GzS1PhPa2",
"new_install_improv_wait_time": 0,
"new_install_prompt_erase": true,
Expand Down

0 comments on commit 96e4945

Please sign in to comment.