From 9e6699d8cce691d1894cf48bf0059d91423f263c Mon Sep 17 00:00:00 2001 From: Netro <146584182+iNetro@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:28:09 -0500 Subject: [PATCH] Fixed name. (#1586) --- 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 d22c5782..9f11350e 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 Rx"}; + "Switch to Tx"}; std::string str_log{""}; bool logging{true};