mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-16 21:03:24 +00:00
Started adding decoders for RS41 radiosondes
Hopefully fixed M2K2 radiosonde battery voltage decoding Updated binary
This commit is contained in:
@@ -112,7 +112,7 @@ void SondeView::focus() {
|
||||
void SondeView::on_packet(const sonde::Packet& packet) {
|
||||
//const auto hex_formatted = packet.symbols_formatted();
|
||||
|
||||
text_signature.set(packet.signature());
|
||||
text_signature.set(packet.type_string());
|
||||
text_serial.set(packet.serial_number());
|
||||
text_voltage.set(unit_auto_scale(packet.battery_voltage(), 2, 3) + "V");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user