1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

introduce example, update changelog/readme

This commit is contained in:
MX
2022-09-10 17:51:13 +03:00
parent b0633af0b6
commit 7930f73a4e
6 changed files with 18 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ steps:
- mkdir -p sd-card/infrared/assets - mkdir -p sd-card/infrared/assets
- mkdir -p sd-card/unirf - mkdir -p sd-card/unirf
- mkdir -p sd-card/rfidfuzzer - mkdir -p sd-card/rfidfuzzer
- mkdir -p sd-card/subplaylist
- mkdir -p sd-card/badusb/layouts - mkdir -p sd-card/badusb/layouts
- cp assets/resources/badusb/layouts/* sd-card/badusb/layouts/ - cp assets/resources/badusb/layouts/* sd-card/badusb/layouts/
- cp assets/resources/subghz/assets/dangerous_settings sd-card/subghz/assets/dangerous_settings - cp assets/resources/subghz/assets/dangerous_settings sd-card/subghz/assets/dangerous_settings
@@ -50,6 +51,7 @@ steps:
- cp assets/resources/infrared/assets/audio.ir sd-card/infrared/assets/audio.ir - cp assets/resources/infrared/assets/audio.ir sd-card/infrared/assets/audio.ir
- cp assets/resources/unirf/unirf_map_example.txt sd-card/unirf/unirf_map_example.txt - cp assets/resources/unirf/unirf_map_example.txt sd-card/unirf/unirf_map_example.txt
- cp assets/resources/rfidfuzzer/example_uids.txt sd-card/rfidfuzzer/example_uids.txt - cp assets/resources/rfidfuzzer/example_uids.txt sd-card/rfidfuzzer/example_uids.txt
- cp assets/resources/subplaylist/example_playlist.txt sd-card/subplaylist/example_playlist.txt
- cp assets/resources/Manifest sd-card/Manifest - cp assets/resources/Manifest sd-card/Manifest
- zip -r artifacts-default/sd-card-${DRONE_TAG}.zip sd-card - zip -r artifacts-default/sd-card-${DRONE_TAG}.zip sd-card
- rm -rf sd-card - rm -rf sd-card

View File

@@ -1,6 +1,6 @@
### New changes ### New changes
* Actually fix universal tv remote * .sub playlist plugin [(by darmiel)](https://github.com/darmiel/flipper-playlist) (PR #62)
* bt and lfrfid tune debug apps excluded from releases * HW Region will be reported as 0 so it won't call subghz provisioning in apps (I hope)
**Note: To avoid issues prefer installing using web updater or by self update package, all needed assets will be installed** **Note: To avoid issues prefer installing using web updater or by self update package, all needed assets will be installed**

View File

@@ -16,7 +16,7 @@ Please help us implement emulation for all subghz dynamic (rolling code) protoco
<br> <br>
Our Discord Community: Our Discord Community:
<br> <br>
<a href="https://discord.gg/58D6E8BtTU"><img src="https://discordapp.com/api/guilds/937479784148115456/widget.png?style=banner4" alt="Unofficial Discord Community"></a> <a href="https://discord.gg/flipperzero-unofficial"><img src="https://discordapp.com/api/guilds/937479784148115456/widget.png?style=banner4" alt="Unofficial Discord Community"></a>
<br> <br>
<br> <br>
@@ -61,6 +61,7 @@ See changelog in releases for latest updates!
- RFID Fuzzer plugin [(by Ganapati)](https://github.com/Eng1n33r/flipperzero-firmware/pull/54) with some changes by xMasterX - RFID Fuzzer plugin [(by Ganapati)](https://github.com/Eng1n33r/flipperzero-firmware/pull/54) with some changes by xMasterX
- Sub-GHz bruteforce plugin [(by Ganapati & xMasterX)](https://github.com/Eng1n33r/flipperzero-firmware/pull/57) - Sub-GHz bruteforce plugin [(by Ganapati & xMasterX)](https://github.com/Eng1n33r/flipperzero-firmware/pull/57)
- Sub-GHz playlist plugin [(by darmiel)](https://github.com/Eng1n33r/flipperzero-firmware/pull/62)
- ESP8266 Deauther plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module) - ESP8266 Deauther plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module)
- WiFi Scanner plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module) - WiFi Scanner plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module)
- MultiConverter plugin [(by theisolinearchip)](https://github.com/theisolinearchip/flipperzero_stuff) - MultiConverter plugin [(by theisolinearchip)](https://github.com/theisolinearchip/flipperzero_stuff)
@@ -100,6 +101,8 @@ See changelog in releases for latest updates!
## [- WAV Player sample files & how to convert](https://github.com/UberGuidoZ/Flipper/tree/main/Wav_Player#readme) ## [- WAV Player sample files & how to convert](https://github.com/UberGuidoZ/Flipper/tree/main/Wav_Player#readme)
## [- SubGHz playlist generator script](https://github.com/darmiel/flipper-scripts/blob/main/playlist/playlist_creator_by_chunk.py)
### **Plugins that works with external hardware** ### **Plugins that works with external hardware**
## [- How to use: [NRF24] plugins](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/NRF24.md) ## [- How to use: [NRF24] plugins](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/NRF24.md)
@@ -137,7 +140,7 @@ See changelog in releases for latest updates!
# Links # Links
* Unofficial Discord: [discord.gg/58D6E8BtTU](https://discord.gg/58D6E8BtTU) * Unofficial Discord: [discord.gg/flipperzero-unofficial](https://discord.gg/flipperzero-unofficial)
* 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) * 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)
* Official Docs: [http://docs.flipperzero.one](http://docs.flipperzero.one) * Official Docs: [http://docs.flipperzero.one](http://docs.flipperzero.one)

View File

@@ -1,5 +1,5 @@
V:0 V:0
T:1662725830 T:1662820417
D:badusb D:badusb
D:dolphin D:dolphin
D:infrared D:infrared
@@ -7,6 +7,7 @@ D:music_player
D:nfc D:nfc
D:rfidfuzzer D:rfidfuzzer
D:subghz D:subghz
D:subplaylist
D:u2f D:u2f
D:unirf D:unirf
D:badusb/layouts D:badusb/layouts
@@ -261,6 +262,7 @@ F:111d2b8df83e27fd889fc5e270297865:3231:subghz/assets/keeloq_mfcodes
F:bb48d7d7db4f6e849436d0e1a9b7a1a7:633:subghz/assets/keeloq_mfcodes_user_example F:bb48d7d7db4f6e849436d0e1a9b7a1a7:633:subghz/assets/keeloq_mfcodes_user_example
F:653bd8d349055a41e1152e557d4a52d3:202:subghz/assets/nice_flor_s F:653bd8d349055a41e1152e557d4a52d3:202:subghz/assets/nice_flor_s
F:48eec96d1884c311a7b011c0ad5b2dde:2816:subghz/assets/setting_user F:48eec96d1884c311a7b011c0ad5b2dde:2816:subghz/assets/setting_user
F:bbb5c7ef8f286b75cce75ab167cf27e6:234:subplaylist/example_playlist.txt
D:u2f/assets D:u2f/assets
F:7e11e688e39034bbb9d88410044795e1:365:u2f/assets/cert.der F:7e11e688e39034bbb9d88410044795e1:365:u2f/assets/cert.der
F:f60b88c20ed479ed9684e249f7134618:264:u2f/assets/cert_key.u2f F:f60b88c20ed479ed9684e249f7134618:264:u2f/assets/cert_key.u2f

View File

@@ -0,0 +1,5 @@
# Example file, it will not work, you need to add paths to your files!
sub: /ext/subghz/Vehicles/Tesla/Tesla_charge_AM270.sub
sub: /ext/subghz/Vehicles/Tesla/Tesla_charge_AM650.sub
sub: /ext/subghz/Test1.sub
sub: /ext/subghz/Test2.sub

View File

@@ -265,7 +265,7 @@ uint8_t furi_hal_version_get_hw_connect() {
} }
FuriHalVersionRegion furi_hal_version_get_hw_region() { FuriHalVersionRegion furi_hal_version_get_hw_region() {
return furi_hal_version.board_region; return FuriHalVersionRegionUnknown;
} }
const char* furi_hal_version_get_hw_region_name() { const char* furi_hal_version_get_hw_region_name() {