We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76aa9d commit 6c2d75dCopy full SHA for 6c2d75d
src/common.h
@@ -1,5 +1,5 @@
1
// created: 10.Feb.2022
2
-// updated: 22.Dec 2024
+// updated: 23.Dec 2024
3
4
#pragma once
5
#pragma GCC optimize("Os") // optimize for code size
src/main.cpp
@@ -4,7 +4,7 @@
MiniWebRadio -- Webradio receiver for ESP32
6
first release on 03/2017 */String Version ="\
7
- Version 3.6.0e - Dec 22/2024 ";
+ Version 3.6.1 - Dec 23/2024 ";
8
9
/* 2.8" color display (320x240px) with controller ILI9341 or HX8347D (SPI) or
10
3.5" color display (480x320px) with controller ILI9486 or ILI9488 (SPI)
0 commit comments