v0.9.342b

This commit is contained in:
e2002
2024-11-27 21:59:05 +03:00
parent 663ece16c6
commit fd6c1eafd0
3 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define YOVERSION "0.9.340b"
#define YOVERSION "0.9.342b"
/*******************************************************
DO NOT EDIT THIS FILE.

View File

@@ -27,7 +27,7 @@
config.theme.plcurrent = TFT_BG;
config.theme.plcurrentbg = TFT_FG;
config.theme.plcurrentfill = TFT_FG;
for(byte i=0;i<5;i++) config.theme.playlist[i] = TFT_FG;
for(uint8_t i=0;i<5;i++) config.theme.playlist[i] = TFT_FG;
#endif