From df6003c08f6e1fc959fadca0d72cb8bdfffd7855 Mon Sep 17 00:00:00 2001 From: gullradriel <3157857+gullradriel@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:09:47 +0100 Subject: [PATCH] fix button label (#1597) Co-authored-by: GullCode --- 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};