mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-14 03:17:23 +00:00
ERT: Add RSSI to app UI.
This commit is contained in:
@@ -145,6 +145,10 @@ private:
|
||||
{ 18 * 8, 0 * 16 }
|
||||
};
|
||||
|
||||
RSSI rssi {
|
||||
{ 21 * 8, 0, 6 * 8, 4 },
|
||||
};
|
||||
|
||||
MessageHandlerRegistration message_handler_packet {
|
||||
Message::ID::ERTPacket,
|
||||
[this](Message* const p) {
|
||||
|
||||
Reference in New Issue
Block a user