Releases: Matt-London/pwnagotchi-flipper
Minor changes for Flipper App Store
Full Changelog: v2.1.0...v2.1.1
Flipper API update
- 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
- Update to the newest Flipper API by @Matt-London in #17
Full Changelog: v1.0.2...v2.0.0
Change category to GPIO
In preparation of a pull request into the Flipper app store, I needed to change the category in the application.fam.
Setup Instructions Update
Addressed issue #9. Updated setup instructions to include the correct Bluetooth disable string and install the required pyserial module.
Initial Flipagotchi release
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
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.