Skip to content

v0.9.3-adminreply

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 21:30
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
a35dc94

One .fap per firmware family. Install the one matching the
firmware on your Flipper.

File Firmware
meshtastic-ofw.fap Official
meshtastic-unleashed.fap Unleashed
meshtastic-momentum.fap Momentum

Copy it to apps/Tools/ on the SD card. It appears under Apps,
Tools, Meshtastic. The filename does not matter to the Flipper; the
name shown comes from the app manifest.

Installing the wrong one gives "App Too old" or "App too new" on
launch. That is the loader rejecting a mismatched API version, not
the app crashing.

Receiving mesh traffic needs an external SX1262 module. The
Flipper's own CC1101 cannot demodulate LoRa. Without that module
the app still runs, and the BLE side still works, but no packets
arrive and the radio state says so on screen.

What's Changed

  • Redraw the screen without waiting for a keypress by @nickk02 in #49
  • Write empty admin responses instead of omitting them by @nickk02 in #50

Full Changelog: v0.9.2-admin...v0.9.3-adminreply