File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to Flytrap are documented here.
44
5- ## [ 0.5.0] — unreleased
5+ ## [ 0.5.0] — 2026-07-17
66
77Flash the ESP firmware from the Flipper — no computer.
88
@@ -19,6 +19,14 @@ Flash the ESP firmware from the Flipper — no computer.
1919 the portal up. No computer, no separate step.
2020- Only the ** ESP32-S2** stub is compiled in (the full multi-chip stub table would
2121 balloon the fap's RAM footprint and OOM the app).
22+ - ** One-step install** — the portal and firmware bundle are bundled in the fap
23+ (` fap_file_assets ` , extracted to ` apps_assets ` on launch), so a fresh user just
24+ installs the ` .fap ` ; the defaults point at the bundled assets.
25+
26+ ### Fixed
27+ - ** OOM starting the portal.** ` furi_string_replace_all ` on the ~ 38 KB portal built
28+ a second full copy (~ 2x heap); replaced with an in-place ` furi_string_replace_str `
29+ loop. (Surfaced once the flasher library reduced free heap.)
2230
2331### Tooling / CI
2432- ` tools/deploy-to-flipper.py ` also uploads a firmware bundle to
You can’t perform that action at this time.
0 commit comments