mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-04-23 10:47:24 +00:00
Settings changes
This commit is contained in:
parent
2069961818
commit
7e17839a7d
14
Sub-GHz/Settings/ReadMe.md
Normal file
14
Sub-GHz/Settings/ReadMe.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Some changes I made to the frequency scanner settings. The file is found here:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Officially supported frequencies are 300-348 MHz, 387-464 MHz, and 779-928 MHz (from [CC1101 chip docs](https://www.ti.com/product/CC1101))<br>
|
||||||
|
Unofficially supported frequencies are 281-361 MHz, 378-481 MHz, and 749-962 MHz (from [YARD Stick One](https://greatscottgadgets.com/yardstickone/) docs)
|
||||||
|
|
||||||
|
**NOTE: Going outside the supported frequencies may DAMAGE YOUR FLIPPER.<br>
|
||||||
|
Please understand what you're doing if trying to break out of official frequencies.**
|
||||||
|
|
||||||
|
You'll need to edit some code and recompile if you want to break outside the officially supported frequencies. ([Hint here...](https://github.com/flipperdevices/flipperzero-firmware/pull/1287/files))
|
||||||
|
|
||||||
|
# CAUTION within 402-408 range! Medical devices can operate here.<br>
|
||||||
|
This range is purposefully not included in my file above.
|
52
Sub-GHz/Settings/setting_user
Normal file
52
Sub-GHz/Settings/setting_user
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
Filetype: Flipper SubGhz Setting File
|
||||||
|
Version: 1
|
||||||
|
#
|
||||||
|
# Add Standard frequencies for your region
|
||||||
|
add_standard_frequencies: false
|
||||||
|
#
|
||||||
|
# Default Frequency: used as default for "Read" and "Read Raw"
|
||||||
|
default_frequency: 433920000
|
||||||
|
#
|
||||||
|
# Frequencies used for "Read", "Read Raw" and "Frequency Analyzer"
|
||||||
|
frequency: 300000000
|
||||||
|
frequency: 302757000
|
||||||
|
frequency: 303875000
|
||||||
|
frequency: 304250000
|
||||||
|
frequency: 310000000
|
||||||
|
frequency: 312000000
|
||||||
|
frequency: 313850000
|
||||||
|
frequency: 314000000
|
||||||
|
frequency: 314350000
|
||||||
|
frequency: 315000000
|
||||||
|
frequency: 318000000
|
||||||
|
frequency: 345000000
|
||||||
|
frequency: 348000000
|
||||||
|
frequency: 387000000
|
||||||
|
frequency: 390000000
|
||||||
|
frequency: 418000000
|
||||||
|
frequency: 433075000
|
||||||
|
frequency: 433220000
|
||||||
|
frequency: 433420000
|
||||||
|
frequency: 433889000
|
||||||
|
frequency: 433920000
|
||||||
|
frequency: 434420000
|
||||||
|
frequency: 434775000
|
||||||
|
frequency: 438900000
|
||||||
|
frequency: 464000000
|
||||||
|
frequency: 779000000
|
||||||
|
frequency: 868350000
|
||||||
|
frequency: 906400000
|
||||||
|
frequency: 915000000
|
||||||
|
frequency: 925000000
|
||||||
|
frequency: 928000000
|
||||||
|
#
|
||||||
|
# Frequencies used for hopping mode (keep this list small or flipper will miss signal)
|
||||||
|
hopper_frequency: 300000000
|
||||||
|
hopper_frequency: 310000000
|
||||||
|
hopper_frequency: 312000000
|
||||||
|
hopper_frequency: 314000000
|
||||||
|
hopper_frequency: 315000000
|
||||||
|
hopper_frequency: 318000000
|
||||||
|
hopper_frequency: 390000000
|
||||||
|
hopper_frequency: 433920000
|
||||||
|
hopper_frequency: 868350000
|
Loading…
Reference in New Issue
Block a user