fix button label (#1597)

Co-authored-by: GullCode <gullradriel@hotmail.com>
This commit is contained in:
gullradriel
2023-11-20 12:09:47 -05:00
committed by GitHub
co-authored by GullCode
parent 50fcbf0f5a
commit df6003c08f
+1 -1
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};