diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a5f6973..05aa836 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -20,7 +20,11 @@
-
+
+
+
+
+
@@ -122,7 +126,7 @@
-
+
1701136012311
@@ -229,7 +233,14 @@
1701353957333
-
+
+ 1701432443458
+
+
+
+ 1701432443458
+
+
@@ -249,6 +260,7 @@
-
+
+
\ No newline at end of file
diff --git a/app/menu.c b/app/menu.c
index 4c73b37..3cb0afb 100644
--- a/app/menu.c
+++ b/app/menu.c
@@ -390,8 +390,8 @@ void MENU_AcceptSetting(void)
else
if (gSubMenuSelection > Max) gSubMenuSelection = Max;
}
-// char a=gSubMenuSelection;//UART_Send(a,1);
-// UART_Send((uint8_t *)&a, 1);
+ char a=gSubMenuSelection;//UART_Send(a,1);
+ UART_Send((uint8_t *)&a, 1);
switch (UI_MENU_GetCurrentMenuId())
{