mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-08-01 11:06:23 -04:00
Added TX packet display to waterfall
This commit is contained in:
parent
9ce280f207
commit
e8dd7dbc93
2 changed files with 21 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue