Skip to content

2.0.1 Hotfix

Latest

Choose a tag to compare

@newfpv newfpv released this 19 Mar 15:54
aa022fc

v2.0.1 Hotfix

This is a critical stability update to fix issues where the plugin would fail to appear on the display under certain conditions.

🔧 Fixed in this version:

  • Fixed UI Loading Crash (KeyError): Resolved an issue where the plugin would crash if the orientation setting was missing from config.toml. It now safely defaults to horizontal.
  • Improved Display Compatibility (AttributeError): Fixed a bug where the plugin would crash on older firmware when checking for newer Waveshare v3 or v4 displays.
  • Bulletproof Logic: Implemented safe attribute checking (getattr) for display detection, ensuring the plugin works across all Pwnagotchi firmware versions (Jayofelony, Aluminum-Ice, and legacy images).

⚙️ Recommended Config:

If you haven't already, you can now explicitly set your orientation, but it is no longer required for the plugin to load:

main.plugins.display-password.orientation = "horizontal"