v3.5.2-beta - Final release
After taking a quick break from the project and overall coding in general, I decided to clean up the project and introduce a new feature: BLE Spam.
Overview
With this release, one of the biggest issues has been tackled: Program space. I've seen what people have said regarding program space. I've introduced a new configuration option (not in config.cpp
, but in config.h
) that enables or disables the usage of libraries. That way, if you aren't using any screen libraries, you won't need to install any of them. This will also save a bunch of program memory with it.
Along with that, I was able to patch an M5Stack device-related issue regarding the M5StickC Plus and M5StickC Plus 2. In doing so, the device can now detach from its USB cable and rely on the battery for power.
I've also implemented BLE Spam (specifically for IOS), a new feature I've been anticipating adding but never really had the time to do. It can spam on newer devices running the latest IOS updates but it doesn't crash it unless your IOS version is affected by BLE Spam/unpatched.
With that said I'd like to officially thank everyone for the support for this project. I know it's a bit old by now, but I'd like to step down from the development of this project and move on to additional interesting and thought-provoking projects.
Until next time.
- Hack the planet, @dj1ch
What's Changed
- Development by @dj1ch in #84
- merge changes by @dj1ch in #85
- gg by @dj1ch in #87
- Restyled patches by @github-actions in #89
- Restyled patches by @github-actions in #90
- Restyled patches by @github-actions in #91
- Restyled patches by @github-actions in #93
- patches by @dj1ch in #88
- Restyled finish up updates by @github-actions in #95
- Restyled finish up updates by @github-actions in #96
- finish up updates by @dj1ch in #94
- Restyled patches by @github-actions in #98
- Restyled patches by @github-actions in #99
- patches by @dj1ch in #97
Full Changelog: v3.4.2-beta...v3.5.2-beta