Skip to content

Commit

Permalink
Release 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr authored and github-actions[bot] committed Jan 18, 2025
1 parent a1e172c commit c471dd2
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
Binary file removed bin/3.8.1.bin
Binary file not shown.
Binary file added bin/4.2.bin
Binary file not shown.
Binary file removed bin_beta/4.2-b87.bin
Binary file not shown.
Binary file added bin_beta/4.2.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 @@ -32,7 +32,7 @@
#endif
#include <esp_task_wdt.h>

const PROGMEM char* VERSION = "4.2-b96";
const PROGMEM char* VERSION = "4.2";

struct Settings {
const char* apssid = "JAAM";
Expand Down
Binary file modified flasher/bins/jaam.bin
Binary file not shown.
Binary file modified flasher/bins/jaam_lite.bin
Binary file not shown.
6 changes: 3 additions & 3 deletions flasher/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2 class='text-center'>JAAM Flasher</h2>
<div class='by col-md-9 mt-2'>
<div class='center'>
<esp-web-install-button manifest="manifest.json">
<button class='btn btn-primary' type='button' aria-expanded='false' slot="activate">Встановити JAAM 4.1</button>
<button class='btn btn-primary' type='button' aria-expanded='false' slot="activate">Встановити JAAM 4.2</button>
<div slot="unsupported">
<div class='alert alert-danger'>
<p>Ваш браузер не підтримується!</p>
Expand All @@ -93,7 +93,7 @@ <h2 class='text-center'>JAAM Flasher</h2>
<span slot="not-allowed"></span>
</esp-web-install-button>
<esp-web-install-button manifest="manifest-lite.json">
<button class='btn btn-success' type='button' aria-expanded='false' slot="activate">Встановити JAAM 4.1 Lite</button>
<button class='btn btn-success' type='button' aria-expanded='false' slot="activate">Встановити JAAM 4.2 Lite</button>
<span slot="unsupported"></span>
<span slot="not-allowed"></span>
</esp-web-install-button>
Expand All @@ -111,7 +111,7 @@ <h2 class='text-center'>JAAM Flasher</h2>
<div class='by col-md-9 mt-2'>
<div class="alert alert-info text-rigth" id="release-notes">Завантаження опису версії...</div>
<div class="text-center">
<button class="btn btn-info" onclick="fetchReleaseNotes('4.1')">Отримати опис JAAM 4.1</button>
<button class="btn btn-info" onclick="fetchReleaseNotes('4.2')">>Отримати опис JAAM 4.2</button>
<button class="btn btn-info" onclick="fetchReleaseNotes('4.2-b96')">Отримати опис JAAM 4.2 Beta 96</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion flasher/manifest-lite.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JAAM Lite",
"version": "4.1",
"version": "4.2",
"funding_url": "https://send.monobank.ua/jar/7GzS1PhPa2",
"new_install_improv_wait_time": 0,
"new_install_prompt_erase": true,
Expand Down
2 changes: 1 addition & 1 deletion flasher/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JAAM",
"version": "4.1",
"version": "4.2",
"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 c471dd2

Please sign in to comment.