mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
update docs and fix led in subghz decode scene
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
# Flipper Application Manifests (.fam)
|
||||
|
||||
TBD
|
||||
```
|
||||
App(
|
||||
appid="example_app", => App id, used in fbt app lists only, like applications\meta
|
||||
name="My Plugin", => App name in menu
|
||||
apptype=FlipperAppType.PLUGIN, => App type APP / PLUGIN / GAME (or service)
|
||||
entry_point="my_example_app", => App entry point / main function
|
||||
cdefines=["APP_MYEXAMPLE"], => C style define that will be used in generated file
|
||||
requires=[
|
||||
"gui",
|
||||
"dialogs",
|
||||
], => Requirements (other app id's that required for this app)
|
||||
stack_size=2 * 1024, => Memory stack size
|
||||
order=60, => App order in menu
|
||||
)
|
||||
```
|
||||
@@ -1,4 +1,4 @@
|
||||
# UniRF Remix
|
||||
# UniRF Remix / Sub-GHz Remote
|
||||
|
||||
### The UniRF Tool *requires* the creation of custom user map with `.txt` extension in the `unirf` folder on the sdcard.
|
||||
|
||||
@@ -6,19 +6,16 @@
|
||||
|
||||
## You can add as many `.txt` map files as you want, file name doesn't matter!
|
||||
|
||||
### App currenty works only with RAW subghz files
|
||||
|
||||
## Incorrect or unconfigured file error
|
||||
|
||||
If the `.txt` file has not been properly configured, the following error will be thrown when trying to run the UniRF Remix app:
|
||||
|
||||
```
|
||||
Invalid map file!
|
||||
Config is incorrect.
|
||||
|
||||
Please reconfigure
|
||||
your map file.
|
||||
Please configure map
|
||||
|
||||
Hold Back to Exit
|
||||
Press Back to Exit
|
||||
```
|
||||
|
||||
|
||||
@@ -60,10 +57,7 @@ OKLABEL: Garage CLOSE
|
||||
## Notes
|
||||
* ##### App Usage
|
||||
- Press a button to send the assigned capture file.
|
||||
- Press Back button to set how many repeats the app should send. Capped at 5 repeats.
|
||||
- Hold Back button to exit app.
|
||||
- Only RAW SubGhz captures are supported currently.
|
||||
- No skip function.
|
||||
- Press Back button to exit app.
|
||||
|
||||
* ##### Universal RF Map
|
||||
- File path should not have any spaces or special characters (- and _ excluded).
|
||||
|
||||
Reference in New Issue
Block a user