Change read_len to array to combat multiple interface edge case

This commit is contained in:
jacob.eva 2024-10-22 18:02:46 +01:00
parent a4081fd79c
commit 8207c62d73
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
2 changed files with 24 additions and 22 deletions

View file

@ -90,7 +90,7 @@
uint8_t last_rssi_raw = 0x00;
uint8_t last_snr_raw = 0x80;
uint8_t seq[INTERFACE_COUNT];
uint16_t read_len = 0;
uint16_t read_len[INTERFACE_COUNT];
bool serial_in_frame = false;