Added TX packet display to waterfall

This commit is contained in:
Mark Qvist 2024-10-05 16:44:44 +02:00
parent 9ce280f207
commit e8dd7dbc93
2 changed files with 21 additions and 3 deletions

View file

@ -500,6 +500,9 @@ void flushQueue(void) {
update_airtime();
#endif
queue_flushing = false;
#if HAS_DISPLAY
display_tx = true;
#endif
}
#define PHY_HEADER_LORA_SYMBOLS 8