Skip to content

Commit

Permalink
Release 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr authored and github-actions[bot] committed Dec 24, 2024
1 parent fbb3967 commit dabc843
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Binary file added bin/4.0.bin
Binary file not shown.
Binary file added bin_beta/4.0.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 @@ -26,7 +26,7 @@
#include <melody_factory.h>
#endif

const PROGMEM char* VERSION = "3.10";
const PROGMEM char* VERSION = "4.0";

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.
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.10</button>
<button class='btn btn-primary' type='button' aria-expanded='false' slot="activate">Встановити JAAM 4.0</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.10 Lite</button>
<button class='btn btn-success' type='button' aria-expanded='false' slot="activate">Встановити JAAM 4.0 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.10",
"version": "4.0",
"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.10",
"version": "4.0",
"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 dabc843

Please sign in to comment.