Revert to ISR handling packets and cap SX1280 data rate

This commit is contained in:
jacob.eva 2024-09-11 20:18:43 +01:00
parent c3b5a6f47f
commit 51afd310a5
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
3 changed files with 29 additions and 45 deletions

View file

@ -78,6 +78,7 @@
bool pmu_ready = false;
bool promisc = false;
bool implicit = false;
volatile bool packet_ready = false;
uint8_t implicit_l = 0;
uint8_t op_mode = MODE_HOST;