pwnagotchi-display-password-plugin
pwnagotchi-display-password-plugin copied to clipboard
Overlay issue if other pwnagotchi in range
If there is another pwnagotchi in range, the notification will overlap with what is being displayed by display-password.py.

According to the documentation there are the two callbacks that might be of help here
on_peer_detected - Called when a new peer is detected.
and
on_peer_lost - Called when a known peer is lost.
Not sure if I am skilled enough but I might have a look into this if there's interest/time.
Good catch! I think this can be fixed in a pretty straightforward way. I just wish I had another Pi to test peering and everything with.
If you can put in a fix that would be greatly appreciated. I don't know if the ideal approach would be to have the peer status and cracked passwords alternate every N screen refreshes, or if one should just override the other?