-
Fix incorrect storage size for loop counter · 27707528upbeat27 authored
When drawing chart lines/points/columns, execution will stay in loop forever when point count > 255. The loop counter i was set to uint8_t when it should be the same size as point_cnt, uint16_t.
×