Skip to content

Commit

Permalink
Release 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr authored and github-actions[bot] committed Apr 5, 2024
1 parent 14793b9 commit a43d30b
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
Binary file removed bin/3.5.bin
Binary file not shown.
Binary file renamed bin_beta/3.9-b53.bin → bin/3.9.bin
Binary file not shown.
Binary file modified bin/latest.bin
Binary file not shown.
Binary file added bin_beta/3.9.bin
Binary file not shown.
Binary file modified bin_beta/latest_beta.bin
Binary file not shown.
Binary file modified flasher/bins/jaam.bin
Binary file not shown.
Binary file modified flasher/bins/jaam_lite.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 @@ -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 3.8.1</button>
<button class='btn btn-primary' type='button' aria-expanded='false' slot="activate">Встановити JAAM 3.9</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 3.8.1 Lite</button>
<button class='btn btn-success' type='button' aria-expanded='false' slot="activate">Встановити JAAM 3.9 Lite</button>
<span slot="unsupported"></span>
<span slot="not-allowed"></span>
</esp-web-install-button>
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": "3.8.1",
"version": "3.9",
"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": "3.8.1",
"version": "3.9",
"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 src/firmware/firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#include <melody_factory.h>
#endif

const PROGMEM char* VERSION = "3.8.1";
const PROGMEM char* VERSION = "3.9";

struct Settings {
const char* apssid = "JAAM";
Expand Down

0 comments on commit a43d30b

Please sign in to comment.