Skip to content

Releases: nickk02/meshtastic-flipper

v0.9.3-adminreply

v0.9.3-adminreply Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 21:30
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

v0.9.2-admin

v0.9.2-admin Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 17:01
Immutable release. Only release title and notes can be modified.
0c2ec6f

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

  • Say where the admin decode gives up by @nickk02 in #47
  • Answer every admin request, not just get_owner by @nickk02 in #48

Full Changelog: v0.9.1-logging...v0.9.2-admin

v0.9.1-logging

v0.9.1-logging Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 04:36
Immutable release. Only release title and notes can be modified.
df6deaa

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

  • Log what the phone sent and what was done with it by @nickk02 in #46

Full Changelog: v0.9.0-getowner...v0.9.1-logging

v0.9.0-getowner

v0.9.0-getowner Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 04:20
Immutable release. Only release title and notes can be modified.
1ec409f

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

  • Record the admin exchange wire format by @nickk02 in #44
  • Answer the admin get_owner request by @nickk02 in #45

Full Changelog: v0.8.6-noradiopoll...v0.9.0-getowner

v0.8.6-noradiopoll

v0.8.6-noradiopoll Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 03:55
Immutable release. Only release title and notes can be modified.
39eb25f

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

  • Do not poll a radio that never answered by @nickk02 in #43

Full Changelog: v0.8.5-writetag...v0.8.6-noradiopoll

v0.8.5-writetag

v0.8.5-writetag Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 03:41
Immutable release. Only release title and notes can be modified.
0776597

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

  • Report what the phone actually writes by @nickk02 in #42

Full Changelog: v0.8.4-channels...v0.8.5-writetag

v0.8.4-channels

v0.8.4-channels Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 03:29
Immutable release. Only release title and notes can be modified.
49cf844

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

  • Send every channel slot and the device UI config by @nickk02 in #41

Full Changelog: v0.8.3-doorbell...v0.8.4-channels

v0.8.3-doorbell

v0.8.3-doorbell Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 03:17
Immutable release. Only release title and notes can be modified.
50036ed

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

  • Ring the FromNum doorbell once per batch by @nickk02 in #40

Full Changelog: v0.8.2-fullconfig...v0.8.3-doorbell

v0.8.2-fullconfig

v0.8.2-fullconfig Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 03:08
Immutable release. Only release title and notes can be modified.
25db844

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

Full Changelog: v0.8.1-pacing...v0.8.2-fullconfig

v0.8.1-pacing

v0.8.1-pacing Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Aug 16:46
Immutable release. Only release title and notes can be modified.
2c441b0

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

  • Read identity and channel from the shared record by @nickk02 in #38

Full Changelog: v0.8.0-config...v0.8.1-pacing