diff --git a/bin/3.5.bin b/bin/3.5.bin deleted file mode 100644 index 160635b2..00000000 Binary files a/bin/3.5.bin and /dev/null differ diff --git a/bin_beta/3.9-b53.bin b/bin/3.9.bin similarity index 58% rename from bin_beta/3.9-b53.bin rename to bin/3.9.bin index 741c1113..f7379b1f 100644 Binary files a/bin_beta/3.9-b53.bin and b/bin/3.9.bin differ diff --git a/bin/latest.bin b/bin/latest.bin index 2e07d184..f7379b1f 100644 Binary files a/bin/latest.bin and b/bin/latest.bin differ diff --git a/bin_beta/3.9.bin b/bin_beta/3.9.bin new file mode 100644 index 00000000..f7379b1f Binary files /dev/null and b/bin_beta/3.9.bin differ diff --git a/bin_beta/latest_beta.bin b/bin_beta/latest_beta.bin index f73e0a5d..f7379b1f 100644 Binary files a/bin_beta/latest_beta.bin and b/bin_beta/latest_beta.bin differ diff --git a/flasher/bins/jaam.bin b/flasher/bins/jaam.bin index 2e07d184..f7379b1f 100644 Binary files a/flasher/bins/jaam.bin and b/flasher/bins/jaam.bin differ diff --git a/flasher/bins/jaam_lite.bin b/flasher/bins/jaam_lite.bin index 2cf968bf..8af9d96a 100644 Binary files a/flasher/bins/jaam_lite.bin and b/flasher/bins/jaam_lite.bin differ diff --git a/flasher/index.html b/flasher/index.html index 1e46effe..d3fbbc76 100644 --- a/flasher/index.html +++ b/flasher/index.html @@ -73,7 +73,7 @@

JAAM Flasher

- +

Ваш браузер не підтримується!

@@ -93,7 +93,7 @@

JAAM Flasher

- + diff --git a/flasher/manifest-lite.json b/flasher/manifest-lite.json index cb5f2474..47c2f056 100644 --- a/flasher/manifest-lite.json +++ b/flasher/manifest-lite.json @@ -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, diff --git a/flasher/manifest.json b/flasher/manifest.json index 3ce71c1d..6af28e5e 100644 --- a/flasher/manifest.json +++ b/flasher/manifest.json @@ -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, diff --git a/src/firmware/firmware.ino b/src/firmware/firmware.ino index 7667a4ff..160063be 100644 --- a/src/firmware/firmware.ino +++ b/src/firmware/firmware.ino @@ -58,7 +58,7 @@ #include #endif -const PROGMEM char* VERSION = "3.8.1"; +const PROGMEM char* VERSION = "3.9"; struct Settings { const char* apssid = "JAAM";