Enhance KissModem frame processing and timeout handling

This commit is contained in:
tuzzmaniandevil
2026-05-07 00:03:09 +00:00
parent 6b3df327e9
commit 314d777b42
2 changed files with 22 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@
#define KISS_DEFAULT_TXDELAY 50
#define KISS_DEFAULT_PERSISTENCE 63
#define KISS_DEFAULT_SLOTTIME 10
#define KISS_TX_TIMEOUT_FACTOR 3/2 // 1.5x estimated airtime
#define HW_CMD_GET_IDENTITY 0x01
#define HW_CMD_GET_RANDOM 0x02