Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Update some app names to fit the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Sep 8, 2023
1 parent 5d2e926 commit 4762484
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion applications/external/advanced_wifisniff/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

App(
appid="wifisniffer", # Must be unique
name="[ESP32 GPS] Advanced Wifi Sniffer", # Displayed in menus
name="[ESP32GPS] Wifi Sniff", # Displayed in menus
apptype=FlipperAppType.EXTERNAL,
entry_point="wifisniffer_app",
stack_size=2 * 1024,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
App(
appid="mayhem_morseflash",
name="[MAYHEM] Morse Flasher",
name="[MAYHEM] Morse Flash",
apptype=FlipperAppType.EXTERNAL,
entry_point="uart_terminal_app",
cdefines=["APP_UART_TERMINAL"],
Expand Down
2 changes: 1 addition & 1 deletion applications/external/ifttt/application.fam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
App(
appid="esp8266_ifttt_virtual_button",
name="[ESP8266] IFTTT Button",
name="[ESP8266] IFTTT Btn",
apptype=FlipperAppType.EXTERNAL,
entry_point="ifttt_virtual_button_app",
cdefines=["APP_IFTTT_VIRTUAL_BUTTON"],
Expand Down
2 changes: 1 addition & 1 deletion applications/external/nrf24channelscanner/application.fam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
App(
appid="nrf24channelscanner",
name="[NRF24] Channel Scanner",
name="[NRF24] Channel Scan",
apptype=FlipperAppType.EXTERNAL,
entry_point="nrf24channelscanner_main",
fap_author="HTotoo",
Expand Down

0 comments on commit 4762484

Please sign in to comment.