Kostal: rx_index uint8 => uint16

This commit is contained in:
rha 2025-02-23 19:45:31 +02:00
parent 2173335929
commit 1aeb8b9c46

View file

@ -20,7 +20,7 @@ static unsigned long currentMillis;
static unsigned long startupMillis = 0; static unsigned long startupMillis = 0;
static unsigned long contactorMillis = 0; static unsigned long contactorMillis = 0;
static uint8_t rx_index = 0; static uint16_t rx_index = 0;
static boolean RX_allow = false; static boolean RX_allow = false;
union f32b { union f32b {