mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-03 20:38:41 +00:00
Missed RSSI
This commit is contained in:
parent
b97e61d8f8
commit
835e6ab85e
@ -541,6 +541,7 @@ void AdminModule::handleGetDeviceConnectionStatus(const meshtastic_MeshPacket &r
|
|||||||
#endif
|
#endif
|
||||||
#ifdef ARCH_ESP32
|
#ifdef ARCH_ESP32
|
||||||
conn.bluetooth.is_connected = nimbleBluetooth->isConnected();
|
conn.bluetooth.is_connected = nimbleBluetooth->isConnected();
|
||||||
|
conn.bluetooth.rssi = nimbleBluetooth->getRssi();
|
||||||
#elif defined(ARCH_NRF52)
|
#elif defined(ARCH_NRF52)
|
||||||
conn.bluetooth.is_connected = nrf52Bluetooth->isConnected();
|
conn.bluetooth.is_connected = nrf52Bluetooth->isConnected();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user