fix button label (#1597)

Co-authored-by: GullCode <gullradriel@hotmail.com>
This commit is contained in:
gullradriel 2023-11-20 18:09:47 +01:00 committed by GitHub
parent 50fcbf0f5a
commit df6003c08f
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{
{16 * 8, 16 * 16, 13 * 8, 2 * 16},
"Switch to Tx"};
"Switch to Rx"};
std::string str_log{""};
bool logging{true};