Skip to content

Commit 6c2d75d

Browse files
committed
Version 3.6
1 parent d76aa9d commit 6c2d75d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// created: 10.Feb.2022
2-
// updated: 22.Dec 2024
2+
// updated: 23.Dec 2024
33

44
#pragma once
55
#pragma GCC optimize("Os") // optimize for code size

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
MiniWebRadio -- Webradio receiver for ESP32
55
66
first release on 03/2017 */String Version ="\
7-
Version 3.6.0e - Dec 22/2024 ";
7+
Version 3.6.1 - Dec 23/2024 ";
88

99
/* 2.8" color display (320x240px) with controller ILI9341 or HX8347D (SPI) or
1010
3.5" color display (480x320px) with controller ILI9486 or ILI9488 (SPI)

0 commit comments

Comments
 (0)