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 @@ -234,6 +234,9 @@ Work is in progress...
234234
235235--- 
236236## Version history  
237+ #### v0.9.351  
238+ -  fixed freezing when loading without plugins in some configurations "running dots"
239+ 
237240#### v0.9.350  
238241-  ** Added parameters for configuring ` LED_BUILTIN `  on ESP32S3 modules:** 
239242  -  ` USE_BUILTIN_LED ` : Determines whether to use the built-in ` LED_BUILTIN `  (default is ` true ` ).
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ void Display::loop() {
371371#endif 
372372  requestParams_t request;
373373  if (xQueueReceive (displayQueue, &request, DSP_QUEUE_TICKS)){
374-     bool  pm_result;
374+     bool  pm_result =  true ;
375375    pm.on_display_queue (request, pm_result);
376376    if (pm_result)
377377      switch  (request.type ){
Original file line number Diff line number Diff line change 11#ifndef  options_h 
22#define  options_h 
33
4- #define  YOVERSION  "0.9.350 "
4+ #define  YOVERSION  "0.9.351 "
55
66/******************************************************* 
77DO NOT EDIT THIS FILE.  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments