Skip to content

Releases: Matt-London/pwnagotchi-flipper

Minor changes for Flipper App Store

13 May 15:05
Compare
Choose a tag to compare

Flipper API update

13 May 01:15
7734a26
Compare
Choose a tag to compare
  • Updated the code to work with the new Flipper API
  • Made some tweaks to PwnZero to make it display more information
  • Will submit to the Flipper App Store

What's Changed

Full Changelog: v1.0.2...v2.0.0

Change category to GPIO

22 Jan 21:51
Compare
Choose a tag to compare

In preparation of a pull request into the Flipper app store, I needed to change the category in the application.fam.

Setup Instructions Update

08 Jul 03:24
3d5b33e
Compare
Choose a tag to compare

Addressed issue #9. Updated setup instructions to include the correct Bluetooth disable string and install the required pyserial module.

Initial Flipagotchi release

27 Feb 01:59
6568a41
Compare
Choose a tag to compare

This release features UART communication between the Flipper Zero and the Pwnagotchi to display the Pwnagotchi's screen on the Flipper.

The following bugs/features still need to be ironed out:

  • Text wrapping does not function as intended with some messages
  • APS statistics are not displayed
  • Handshakes are not properly displayed
  • App crashes after a few minutes due to stack overflow

These bugs will be fixed in a later release.

Pixel By Pixel Drawing

27 Feb 01:36
Compare
Choose a tag to compare

Release of drawing with protocol version 1. This draws individual pixels to the screen. This design was scrapped for the improved protocol 2 which sends data using an identifier of what statistic it is writing to.