mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
Missed RSSI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user