|
@@ -10,17 +10,17 @@ Includes new FM preset built into code - 2FSK with 9.5KHz freq deviation.
|
|
|
App supports POCSAG 512, POCSAG 1200, POCSAG 2400 decoding on CC1101 supported frequencies!
|
|
App supports POCSAG 512, POCSAG 1200, POCSAG 2400 decoding on CC1101 supported frequencies!
|
|
|
Check datasheet and add required frequency in config file (see details below)
|
|
Check datasheet and add required frequency in config file (see details below)
|
|
|
|
|
|
|
|
-Default frequency is set to DAPNET - `439987500`
|
|
|
|
|
|
|
+Default frequency is set to DAPNET - "439987500"
|
|
|
|
|
|
|
|
-To add new presets and frequencies create file `yourMicroSD/pocsag/settings.txt`
|
|
|
|
|
|
|
+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
|
|
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 `#`
|
|
|
|
|
|
|
+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!
|
|
|
|
|
|
|
+"#" 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 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
|
|
To edit default freqency follow same procedure
|
|
|
|
|
|