fixing indent (#982)

resolving conversations in #968
This commit is contained in:
gullradriel 2023-05-13 08:56:29 +02:00 committed by GitHub
parent a8cdde7bea
commit 415d8cfa54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -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));
}