Skip to content

Commit

Permalink
fix button label (#1597)
Browse files Browse the repository at this point in the history
Co-authored-by: GullCode <[email protected]>
  • Loading branch information
gullradriel and GullCode authored Nov 20, 2023
1 parent 50fcbf0 commit df6003c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/application/apps/ble_tx_app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit df6003c

Please sign in to comment.