mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
update docs
This commit is contained in:
parent
056e5f2c47
commit
3fc0105e6e
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,12 @@ universal_rf_map
|
|||
|
||||
Hold Back to Exit
|
||||
```
|
||||
|
||||
|
||||
### **Update: Now you can create file with `.txt` extension `subghz/assets/universal_rf_map.txt`**
|
||||
#### **So it can be edited without PC, app looks for this file first, if no `universal_rf_map.txt` file found, standard file will be used**
|
||||
|
||||
|
||||
## Setting up the `subghz/assets/universal_rf_map` file:
|
||||
|
||||
```
|
||||
|
@ -65,6 +71,7 @@ OKLABEL: Garage CLOSE
|
|||
* ##### Universal RF Map
|
||||
- Backwards compatible with [jimilinuxguy Universal RF Remote](https://github.com/jimilinuxguy/flipperzero-universal-rf-remote) map file. You should be able to use the map file as is with both versions.
|
||||
- Recommend that you update the map file (if you using "jimilinuxguy's Universal RF" file) to the version included in this repo.
|
||||
- You can also create file with `.txt` extension `subghz/assets/universal_rf_map.txt` and this file will be used instead of default file
|
||||
- File path should not have any spaces or special characters (- and _ excluded).
|
||||
- Labels are limited to 12 characters.
|
||||
- Why? This is to prevent overlapping elements on screen.
|
||||
|
|
Loading…
Reference in a new issue