Releases: refactor-group/esp32-wroom-rp
Releases · refactor-group/esp32-wroom-rp
Release v0.3.1
Release v0.3
Project related:
- First fully public release published to crates.io
Features list:
- Monitor WiFi network connection status (revisit)
- Send a valid TCP data stream to remote server (no receiving/parsing a response)
- Support the use of both IP addresses and host names for remote servers
Enhancements list:
- Address all current outstanding security audit issues: https://github.com/Jim-Hodapp-Coaching/esp32-wroom-rp/security/code-scanning
Release v0.2
New Features:
- Join a provided WiFi network (non-enterprise)
- Leave a WiFi network
Enhancements:
- Runnable test harness for unit and doctests
- Improve architecture for Nina protocol implementation functions
- Eliminate all current rustc compiler warnings
- Improve on error handling throughout existing code
Release v0.1
After a long and fun road through a proof-of-concept through to this simple but significant milestone, we are happy to announce a first unstable release of our embedded Rust crate esp32-wroom-rp
. This provides the groundwork for significant WiFI functionality for the first generation RP2040 series feather boards provided by several different vendors.
Besides putting significant aspects of the software design and architecture in place, this release includes the following features:
Feature list:
- Retrieves the current version of the NINA firmware on the ESP32 target
- Provides an example embedded program demonstrating retrieving the NINA firmware version