File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,9 @@ Work is in progress...
230230
231231--- 
232232## Version history  
233+ #### v0.9.342b  
234+ -  fixed compilation error for OLED displays
235+ 
233236#### v0.9.340b  
234237-  fixed compilation error audioVS1053Ex.cpp:181:5: error: 'sdog' was not declared in this scope
235238
Original file line number Diff line number Diff line change 11#ifndef  options_h 
22#define  options_h 
33
4- #define  YOVERSION  "0.9.340b "
4+ #define  YOVERSION  "0.9.342b "
55
66/******************************************************* 
77DO NOT EDIT THIS FILE.  
Original file line number Diff line number Diff line change 2727  config .theme .plcurrent      =  TFT_BG ;
2828  config .theme .plcurrentbg    =  TFT_FG ;
2929  config .theme .plcurrentfill  =  TFT_FG ;
30-   for (byte  i = 0 ;i < 5 ;i ++ ) config .theme .playlist [i ] =  TFT_FG ;
30+   for (uint8_t  i = 0 ;i < 5 ;i ++ ) config .theme .playlist [i ] =  TFT_FG ;
3131
3232
3333#endif 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments