Skip to content

Commit

Permalink
V2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibfaul1 committed Aug 20, 2023
1 parent e1efe5c commit d39cb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// created: 10.Feb.2022
// updated: 13.Aug.2023
// updated: 20.Aug.2023

#pragma once
#pragma GCC optimize("Os") // optimize for code size
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
MiniWebRadio -- Webradio receiver for ESP32
first release on 03/2017 */String Version="\
Version 2.9a Aug 17/2023 ";
Version 2.10 Aug 20/2023 ";

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

0 comments on commit d39cb13

Please sign in to comment.