From 89c6b63876e172278a0fd4a9a9863ae931548005 Mon Sep 17 00:00:00 2001 From: GullCode Date: Mon, 20 Nov 2023 17:42:55 +0100 Subject: [PATCH] fix button label --- firmware/application/apps/ble_tx_app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/apps/ble_tx_app.hpp b/firmware/application/apps/ble_tx_app.hpp index 9f11350e1..d22c5782f 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};