diff --git a/firmware/application/apps/ble_tx_app.hpp b/firmware/application/apps/ble_tx_app.hpp index 9f11350e..d22c5782 100644 --- a/firmware/application/apps/ble_tx_app.hpp +++ b/firmware/application/apps/ble_tx_app.hpp @@ -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};