We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1efe5c commit d39cb13Copy full SHA for d39cb13
2 files changed
src/common.h
@@ -1,5 +1,5 @@
1
// created: 10.Feb.2022
2
-// updated: 13.Aug.2023
+// updated: 20.Aug.2023
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 2.9a Aug 17/2023 ";
+ Version 2.10 Aug 20/2023 ";
8
9
/* 2.8" color display (320x240px) with controller ILI9341 or HX8347D (SPI) or
10
3.5" color display (480x320px) wiht controller ILI9486 or ILI9488 (SPI)
0 commit comments