rename apps to make it look a bit better in Apps tab in archive app

now old assets are removed so we can avoid duplicates
This commit is contained in:
MX
2022-09-29 08:20:00 +03:00
parent f202d27206
commit 62e56e2618
28 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ App(
"vibro_test",
"keypad_test",
"usb_test",
"usb_mouse",
"uart_echo",
"USB_Mouse",
"UART_Echo",
"display_test",
"text_box_test",
"file_browser_test",
+1 -1
View File
@@ -1,5 +1,5 @@
App(
appid="uart_echo",
appid="UART_Echo",
name="UART Echo",
apptype=FlipperAppType.PLUGIN,
entry_point="uart_echo_app",
+1 -1
View File
@@ -1,5 +1,5 @@
App(
appid="usb_mouse",
appid="USB_Mouse",
name="USB Mouse",
apptype=FlipperAppType.PLUGIN,
entry_point="usb_mouse_app",