Skip to content

Commit fd46bd1

Browse files
committed
Update readme and docs
1 parent 883f67d commit fd46bd1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ReadMe.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
Our goal is to make all features possible on this device without any limitations!
1414

15-
Please help us implement emulation for all Sub-GHz dynamic (rolling code) protocols!
16-
1715
<br>
1816

1917
### This software is for experimental purposes only and is not meant for any illegal activity/purposes. <br> We do not condone illegal activity and strongly encourage keeping transmissions to legal/valid uses allowed by law. <br> Also, this software is made without any support from Flipper Devices and is in no way related to the official devs.
@@ -230,15 +228,16 @@ Games:
230228
# Where I can find IR, Sub-GHz, ... files, DBs, and other stuff?
231229
## [UberGuidoZ Playground - Large collection of files - Github](https://github.com/UberGuidoZ/Flipper)
232230
## [Awesome Flipper Zero - Github](https://github.com/djsime1/awesome-flipperzero)
233-
## [CAME-12bit, NICE-12bit, Linear-10bit, PT-2240 - Sub-GHz fixed code bruteforce](https://github.com/tobiabocchi/flipperzero-bruteforce)
234-
## [SMC5326, UNILARM - Sub-GHz fixed code bruteforce](https://github.com/Hong5489/flipperzero-gate-bruteforce)
235231

236232
<br>
237233
<br>
238234

239235
# Links
240236

241237
* Unofficial Discord: [discord.unleashedflip.com](https://discord.unleashedflip.com)
238+
* Hello world - plugin tutorial (English): [https://github.com/DroomOne/Flipper-Plugin-Tutorial](https://github.com/DroomOne/Flipper-Plugin-Tutorial)
239+
* Hello world - plugin tutorial (in Russian): [https://yakovlev.me/hello-flipper-zero/](https://yakovlev.me/hello-flipper-zero/)
240+
* CLion IDE - How to setup workspace for flipper firmware development: [https://krasovs.ky/2022/11/01/flipper-zero-clion.html](https://krasovs.ky/2022/11/01/flipper-zero-clion.html)
242241
* Docs by atmanos / How to write your own app (outdated API): [https://flipper.atmanos.com/docs/overview/intro](https://flipper.atmanos.com/docs/overview/intro)
243242

244243
* Official Docs: [http://docs.flipperzero.one](http://docs.flipperzero.one)

documentation/DangerousSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## How to extend SubGHz supported frequency range
22

3-
#### CC1101 Frequency range specs: 300-348 MHz, 386-464 MHz, and 778-928 MHz (+ 350MHz was added to default range)
3+
#### CC1101 Frequency range specs: 300-348 MHz, 386-464 MHz, and 778-928 MHz (+ 350MHz and 467MHz was added to default range)
44
#### This setting will extend to: 281-361 MHz, 378-481 MHz, and 749-962 MHz
55

66
1. Please do not do that unless you know what exactly you are doing

documentation/SubGHzSettings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## How to add new SubGHz frequencies
22

3-
#### CC1101 Frequency range specs: 300-348 MHz, 386-464 MHz, and 778-928 MHz (+ 350MHz was added to default range)
3+
#### CC1101 Frequency range specs: 300-348 MHz, 386-464 MHz, and 778-928 MHz (+ 350MHz and 467MHz was added to default range)
44

55
Edit user settings file located on your microSD card - `subghz/assets/setting_user`
66

@@ -54,6 +54,7 @@ if you need your custom one, make sure it doesn't listed here
5454
438900000,
5555
440175000,
5656
464000000,
57+
467750000,
5758
5859
/* 779 - 928 */
5960
779000000,

0 commit comments

Comments
 (0)