mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 12:33:11 +00:00
update docs
This commit is contained in:
parent
a74262cef2
commit
17192481a4
2 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ steps:
|
|||
- ls -laS artifacts-default
|
||||
- ls -laS artifacts-default/f7-update-${DRONE_TAG}
|
||||
- sed -i 's/(version)/'${DRONE_TAG}'/g' CHANGELOG.md
|
||||
- echo '# [Install via Web Updater](https://my.flipp.dev/?url=https://unleashedflip.com/builds/flipper-z-f7-update-'${DRONE_TAG}'.tgz&channel=dev-cfw&version='${DRONE_TAG})'' >> CHANGELOG.md
|
||||
- echo '# [Install via Web Updater](https://my.flipp.dev/?url=https://unleashedflip.com/builds/flipper-z-f7-update-'${DRONE_TAG}'.tgz&channel=dev-cfw&version='${DRONE_TAG}')' >> CHANGELOG.md
|
||||
environment:
|
||||
FBT_TOOLS_CUSTOM_LINK:
|
||||
from_secret: fbt_link
|
||||
|
|
|
@ -10,6 +10,7 @@ Currently implemented:
|
|||
* `US` = US (default)
|
||||
* `DE` = German QWERTZ
|
||||
* `FR` = AZERTY (based on [this](https://github.com/ikazeer/flipperzero-AZERTY))
|
||||
* `HU` = Hungarian QWERTZ
|
||||
|
||||
**If you are writing payloads on windows you need to make sure EOL Conversion is set to LF Unix in your text editor and not windows CR LF. If you do not it will fail to run the payload.**
|
||||
|
||||
|
|
Loading…
Reference in a new issue