Fix another possible loss of data warning in RGBController_DRGB.cpp

This commit is contained in:
Adam Honse 2024-07-28 19:09:06 -05:00
parent 073203d3b5
commit 2ce0163eca

View file

@ -359,7 +359,7 @@ void RGBController_DRGB::DeviceUpdateLEDs()
{
ArrayData[0] = CurrPacket;
ArrayData[1] = NumPackets;
ArrayData[2] = zone_idx;
ArrayData[2] = (unsigned char)zone_idx;
ArrayData[3] = 0xBB;
for(unsigned int i=0; i<60;i++)
{