v3.6.3-beta - Fixed channel switching, epochs, and scanning-related crashes
A couple of bugs were patched, and some logic in regards to pwnagotchi scanning have changed, please see the following details below...
Overview
Here's what's changed in a couple of bullet points.
- Fixed channel switching
- Pretty self explanatory... it works now and can switch from channels 1-13 (legal) instead of being stuck on channel 1 at times. Thank you @pfefferle for pointing this out!
- Changed Pwnagotchi scanning:
- Removed any scanning animations... saves me time.
- The screen may "freeze" temporarily, the scan will be handled and the results will be processed then shown on screen/CLI. Makes it a lot easier and prevents any display drivers from crashing leading to a panic.
- A
concatrelated issue has been fixed by yours truly @pfefferle. Thank you for catching that!
- Epochs now work!
- Not exactly like a pwnagotchi per-se, rather a mock/pseudo epoch just for show. It's nice to see how many times you've looped, which counts as an epoch in this case.
As for releasing it to M5Burner, the process is very tedious and time consuming. You may need to compile this all yourself. It's a great learning process overall and it teaches you a little bit about firmware hacking and all that.
Bare in mind this is a project I play with every now and then; there will be no "final release" until I completely archive it. I have a couple of features to add, but school life is probably not going to let me. Don't expect me to regularly release or do you favors by building you .bin files, you'll need to do that yourself unfortunately. I will gladly check errors and bug reports however. Feel free to reach out if you find anything of importance.
Until next time.
- Hack the planet, @dj1ch
What's Changed
- Fix concat issue by @pfefferle in #108
- Add M5Stack AtomS3(R) Dev Kit display support by @pfefferle in #109
- merge change to dev by @dj1ch in #110
- Restyled merge change to dev by @github-actions[bot] in #112
- Merge pull request #110 from dj1ch/main by @dj1ch in #111
- fix? by @dj1ch in #114
- Restyled possibly last merge? by @github-actions[bot] in #116
- Restyled possibly last merge? by @github-actions[bot] in #117
- possibly last merge? by @dj1ch in #115
- Restyled v3.6.3-beta related fixes + patches by @github-actions[bot] in #120
- v3.6.3-beta related fixes + patches by @dj1ch in #119
New Contributors
- @pfefferle made their first contribution in #108
Full Changelog: v3.5.3-beta...v3.6.3-beta