Oprava casovani
This commit is contained in:
		@@ -163,7 +163,6 @@ void INRAM wsLED::rtLed(void)
 | 
				
			|||||||
        if (timing < 30) {
 | 
					        if (timing < 30) {
 | 
				
			||||||
            timing = 30;
 | 
					            timing = 30;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        timing = 30;
 | 
					 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -143,8 +143,8 @@ protected:
 | 
				
			|||||||
    uint32_t _blinkSpeed;
 | 
					    uint32_t _blinkSpeed;
 | 
				
			||||||
    LEDRGB _pulseColor;
 | 
					    LEDRGB _pulseColor;
 | 
				
			||||||
#if defined(ARDUINO_ARCH_ESP32)
 | 
					#if defined(ARDUINO_ARCH_ESP32)
 | 
				
			||||||
    int _rmtChannel;
 | 
					    int _rmtChannel = 0;
 | 
				
			||||||
    rmt_item32_t led_data_buffer[LED_BUFFER_ITEMS];
 | 
					    rmt_item32_t led_data_buffer[LED_BUFFER_ITEMS] = {0};
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
    uint32_t _endtime;
 | 
					    uint32_t _endtime;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user