mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 09:57:52 +00:00
switch to 16 bit packet number
This commit is contained in:
@@ -56,7 +56,7 @@ class XModemAdapter
|
||||
|
||||
int retrans = MAXRETRANS;
|
||||
|
||||
unsigned char packetno = 0;
|
||||
uint16_t packetno = 0;
|
||||
|
||||
#ifdef ARCH_NRF52
|
||||
File file = File(FSCom);
|
||||
|
||||
Reference in New Issue
Block a user