Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Friend signal strength meter gets replaced with random characters and doesnt look good #1

Open
Noidea24 opened this issue Dec 5, 2023 · 0 comments

Comments

@Noidea24
Copy link

Noidea24 commented Dec 5, 2023

At "/usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/view.py "
In your modified file, line 200-202, the code is.....

name = '▌' * num_bars
name += '│' * (4 - num_bars)
name += ' %s %d (%d)' % (peer.name(), peer.pwnd_run(), peer.pwnd_total())

The original U.I. for the signal meter would be....

name = '▌' * num_bars
name += '│' * (4 - num_bars)
name += ' %s %d (%d)' % (peer.name(), peer.pwnd_run(), peer.pwnd_total())

Replacing these three lines gives me a functioning and original looking signal meter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant