Skip to content

Commit 63b350a

Browse files
committed
Fix noanims build
1 parent ef66a62 commit 63b350a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ null.d
4747

4848
# bundle output
4949
/dist
50+
/artifacts-default
51+
/artifacts-ofw-anims
52+
/artifacts-rgb-patch
53+
/artifacts-extra-apps
5054

5155
# SCons build dir
5256
/build

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* SubGHz: Remove broken modulation that was causing buffer overrun (fixes issue #506)
1313
* SubGHz: Notifications fixes (by @wosk | PR #464)
1414
* GUI: `Byte input` new feature: editor without keyboard (press Up until you get into new input, then use up/down to input values) (by @gid9798 | PR #509)
15+
* CI/CD: Provide builds with RGB patch for modded flippers (with special led board installed)
1516
* Infrared: `RCA` protocol support
1617
* Infrared: Update universal remote assets - add new ACs and TCL TV
1718
* API: Add furi_hal_version_uid_default (+ Fix TOTP) (by @ClaraCrazy | PR #502)
@@ -69,7 +70,7 @@ and all other great people who supported our project and me (xMasterX), thanks t
6970
### What `n`, `e`, `r` means? What I need to download if I don't want to use Web updater?
7071
What means `n` or `e` in - `flipper-z-f7-update-(version)(n / e).tgz` ? - `n` means this build comes without our custom animations, only official flipper animations,
7172
`e` means build has extra apps pack preinstalled,
72-
`r` means RGB patch for flippers with rgb backlight mod (this is hardware mod!) (Works only on modded flippers!)
73+
`r` means RGB patch (+ extra apps) for flippers with rgb backlight mod (this is hardware mod!) (Works only on modded flippers!)
7374

7475
Self-update package (update from microSD) - `flipper-z-f7-update-(version).zip` or download `.tgz` for mobile app / qFlipper / web
7576

0 commit comments

Comments
 (0)