mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-27 09:59:03 +00:00
@@ -98,7 +98,7 @@ AFSKRxView::AFSKRxView(NavigationView& nav) {
|
||||
};
|
||||
};
|
||||
|
||||
check_log.set_value(logging);
|
||||
check_log.set_value(logging);
|
||||
check_log.on_select = [this](Checkbox&, bool v) {
|
||||
logging = v;
|
||||
};
|
||||
@@ -165,7 +165,7 @@ void AFSKRxView::on_data(uint32_t value, bool is_data) {
|
||||
}
|
||||
prev_value = value;
|
||||
}
|
||||
else {
|
||||
else {
|
||||
// Baudrate estimation
|
||||
text_debug.set("Baudrate estimation: ~" + to_string_dec_uint(value));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user