v3.3.2-beta - WebUI, Moods, and detection changes
A lot of features from the ESP32 were put into this release. This includes the new WebUI feature, which allows you to set your configuration without having to modify your config.cpp
. The new mood system allows you to modify the faces on the Minigotchi in your config.cpp
. Some minor changes were made to the Pwnagotchi detection system.
Overview
- Configuration, specifically the whitelist, can be modified through the WebUI accessed through an access point. However, it is only run once.
- Custom moods can be defined in your
config.cpp
, which is universal throughout the entire firmware. - With Pwnagotchi detection, you can now detect local Minigotchis and Palnagotchis. Since they send the same information as a Pwnagotchi there isn't much of a difference.
- We now have a discord server, here's the invite link.
To be honest, the Minigotchi has come a long way. Many of the features I have dreamt of having in the future have been made. I appreciate the time that all the maintainers have given to this project. From hacking this onto ESP32s to reverse engineering the Pwngrid API further, I would like to credit everyone who has contributed to this project.
Considering that I will be more busy as school is coming around, I might need to put yet another pause on this project. I'll only add patches to later releases, with a couple of additions to features here and there. I'd like to thank everyone for their time, patience, and effort in this project.
See you on the other side, @dj1ch
What's Changed
- clean up by @dj1ch in #174
- merge some commits ig by @dj1ch in #175
- discord by @dj1ch in #176
- docs: update CONTRIBUTING.md by @eltociear in #177
- merge stuff ig by @dj1ch in #178
- trying again by @dj1ch in #179
- Restyled istg by @github-actions in #181
- istg by @dj1ch in #180
- merge commits by @dj1ch in #182
- setup webui + mood system + even more stuff by @dj1ch in #183
- Restyled setup webui + mood system + even more stuff by @github-actions in #184
- Restyled fix whitelist by @github-actions in #186
- fix whitelist by @dj1ch in #185
New Contributors
- @eltociear made their first contribution in #177
- @github-actions made their first contribution in #181
Full Changelog: v3.2.2-beta...v3.3.2-beta