MX 1 год назад
Родитель
Сommit
9e29919a62

BIN
apps_source_code/calculator/calcIcon.png


BIN
apps_source_code/counter/icons/counter_icon.png


BIN
apps_source_code/ocarina/music_10px.png


BIN
apps_source_code/reversi/game_reversi.png


+ 0 - 1
base_pack/barcode_gen/barcode_app.c

@@ -3,7 +3,6 @@
 #include "barcode_app_icons.h"
 #include <notification/notification.h>
 #include <notification/notification_messages.h>
-#include <notification/notification_app.h>
 
 /**
  * Opens a file browser dialog and returns the filepath of the selected file

+ 15 - 8
base_pack/pocsag_pager/README.md

@@ -1,6 +1,6 @@
 # Flipper POCSAG Receiver plugin
 
-### Protocol implementation made by @Shmuma + 512, 2400 speeds support by @htotoo
+## Protocol implementation made by @Shmuma + 512, 2400 speeds support by @htotoo
 Plugin based on [Weather Station](https://github.com/flipperdevices/flipperzero-firmware/tree/dev/applications/plugins/weather_station) from OFW
 
 Icons by @Svaarich
@@ -12,13 +12,20 @@ Check datasheet and add required frequency in config file (see details below)
 
 Default frequency is set to DAPNET - `439987500` 
 
-To add new presets and frequencies create file `yourMicroSD/pocsag/settings.txt` <br>
-And put [THIS](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/applications/main/subghz/resources/subghz/assets/setting_user.example) file contents into it, and edit this example for yourself, add needed frequencies <br>
-Warning!!! This file is EXAMPLE! It contains frequencies that are commented with `#` <br>
-`#` Is a comment symbol, if that symbol is present at the beggining of the line, that means this line will be ignored! <br>
-To add custom frequency you need to uncomment the line and edit numbers keeping its size (zeros at the end) `Frequency: 433000000` <br>
-To edit default freqency follow same procedure <br>
-All custom frequencies added from this file will be at the end of the list in the frequency selector in the app! Scroll frequencies to the end to find your custom freq. <br>
+To add new presets and frequencies create file `yourMicroSD/pocsag/settings.txt` 
+
+And put [THIS](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/applications/main/subghz/resources/subghz/assets/setting_user.example) file contents into it, and edit this example for yourself, add needed frequencies
+
+Warning!!! This file is EXAMPLE! It contains frequencies that are commented with `#`
+
+`#` Is a comment symbol, if that symbol is present at the beggining of the line, that means this line will be ignored! 
+
+To add custom frequency you need to uncomment the line and edit numbers keeping its size (zeros at the end) `Frequency: 433000000` 
+
+To edit default freqency follow same procedure 
+
+All custom frequencies added from this file will be at the end of the list in the frequency selector in the app! Scroll frequencies to the end to find your custom freq. 
+
 Default list > Custom list
 
 

BIN
base_pack/swd_probe/icons/app.png


BIN
base_pack/zombiez/zombie_10px.png


+ 1 - 1
non_catalog_apps/FlipperNightStand_clock/clock_app.c

@@ -4,8 +4,8 @@
 #include <gui/gui.h>
 #include <gui/elements.h>
 
+#include <notification/notification.h>
 #include <notification/notification_messages.h>
-#include <notification/notification_app.h>
 
 #include "clock_app.h"