diff --git a/controller_teensy/include/led.h b/controller_teensy/include/led.h index 9f80c39..a0ce437 100644 --- a/controller_teensy/include/led.h +++ b/controller_teensy/include/led.h @@ -102,8 +102,8 @@ void led_voltage(unsigned long loopmillis,float vbat,float vbat_min,float vbat_m uint32_t colorEmpty=strip.Color(255, 0, 0, 0); uint8_t position=map( max(min(vbat,vbat_max),vbat_min) ,vbat_min,vbat_max, 0,strip.numPixels()); for(int i=0; i