mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 22:52:27 -04:00
fix button label (#1597)
Co-authored-by: GullCode <gullradriel@hotmail.com>
This commit is contained in:
parent
50fcbf0f5a
commit
df6003c08f
1 changed files with 1 additions and 1 deletions
|
@ -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 Tx"};
|
"Switch to Rx"};
|
||||||
|
|
||||||
std::string str_log{""};
|
std::string str_log{""};
|
||||||
bool logging{true};
|
bool logging{true};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue