mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-31 12:24:18 -04:00
Cleanup
This commit is contained in:
parent
a9a68d164e
commit
304cdd2968
6 changed files with 16 additions and 8 deletions
|
@ -224,8 +224,10 @@ inline void kiss_write_packet() {
|
|||
#if MCU_VARIANT == MCU_ESP32 || MCU_VARIANT == MCU_NRF52
|
||||
packet_ready = false;
|
||||
#endif
|
||||
#if MCU_VARIANT == MCU_ESP32 && HAS_BLE
|
||||
bt_flush();
|
||||
#if MCU_VARIANT == MCU_ESP32
|
||||
#if HAS_BLE
|
||||
bt_flush();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue