Fixed name. (#1586)

This commit is contained in:
Netro 2023-11-17 13:28:09 -05:00 committed by GitHub
parent ef92c5bc0a
commit 9e6699d8cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ class BLETxView : public View {
Button button_switch{ Button button_switch{
{16 * 8, 16 * 16, 13 * 8, 2 * 16}, {16 * 8, 16 * 16, 13 * 8, 2 * 16},
"Switch to Rx"}; "Switch to Tx"};
std::string str_log{""}; std::string str_log{""};
bool logging{true}; bool logging{true};