Skip to content

Commit b883e9f

Browse files
committed
2026.07.12
1 parent 3c54800 commit b883e9f

10 files changed

Lines changed: 10 additions & 10 deletions

builds/releases/web_assets/firmware-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"project": "ehRadio",
3-
"version": "2026.07.10",
3+
"version": "2026.07.12",
44
"variants": [
55
{
66
"name": "Kasperaitis es3c28p",

builds/releases/web_assets/manifests/kasperaitis_es3c28p-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ehRadio - es3c28p",
3-
"version": "2026.07.10",
3+
"version": "2026.07.12",
44
"funding_url": "https://github.com/sponsors/trip5",
55
"builds": [
66
{

builds/releases/web_assets/manifests/trip5_es3c28p-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ehRadio - ES3C28P",
3-
"version": "2026.07.10",
3+
"version": "2026.07.12",
44
"funding_url": "https://github.com/sponsors/trip5",
55
"builds": [
66
{

builds/releases/web_assets/manifests/trip5_ili9488_pcm_1button-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ehRadio - Big Color Screen with 1-Button",
3-
"version": "2026.07.10",
3+
"version": "2026.07.12",
44
"funding_url": "https://github.com/sponsors/trip5",
55
"builds": [
66
{

builds/releases/web_assets/manifests/trip5_ili9488_vs1053_1button-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ehRadio - Big Color Screen with 1-Button Redux",
3-
"version": "2026.07.10",
3+
"version": "2026.07.12",
44
"funding_url": "https://github.com/sponsors/trip5",
55
"builds": [
66
{

builds/releases/web_assets/manifests/trip5_sh1106_pcm_1button-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ehRadio - OLED with 1-Button",
3-
"version": "2026.07.10",
3+
"version": "2026.07.12",
44
"funding_url": "https://github.com/sponsors/trip5",
55
"builds": [
66
{

builds/releases/web_assets/manifests/trip5_sh1106_pcm_remote-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ehRadio - OLED with Remote",
3-
"version": "2026.07.10",
3+
"version": "2026.07.12",
44
"funding_url": "https://github.com/sponsors/trip5",
55
"builds": [
66
{

builds/releases/web_assets/manifests/trip5_sh1106_vs1053_3buttons-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ehRadio - OLED with 3-Buttons",
3-
"version": "2026.07.10",
3+
"version": "2026.07.12",
44
"funding_url": "https://github.com/sponsors/trip5",
55
"builds": [
66
{

builds/releases/web_assets/manifests/trip5_st7735_pcm_1button-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ehRadio - Color Screen with 1-Button",
3-
"version": "2026.07.10",
3+
"version": "2026.07.12",
44
"funding_url": "https://github.com/sponsors/trip5",
55
"builds": [
66
{

src/core/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define options_h
33
#pragma once
44

5-
#define RADIOVERSION "2026.07.10"
5+
#define RADIOVERSION "2026.07.12"
66

77
/*******************************************************
88
THIS FILE IS THE DEFINITIVE HANDLER OF COMPILE OPTIONS.

0 commit comments

Comments
 (0)