Releases: matth-x/MicroOcppMongoose
Releases · matth-x/MicroOcppMongoose
MicroOcppMongoose 1.2.0
MicroOcppMongoose v1.1.0
General update of the Mongoose WS adapter with bug fixes and new features from core MicroOcpp.
PIO package: matth-x/[email protected]
Most notably, the CA certificate is no longer copied into the heap memory which needs to be considered when passing it as a short-living string (see #10). Furthermore, MO-Mongoose expects hex-encoded values for the Configuration AuthorizationKey in ChangeConfiguration requests. The firmware-side interface still exposes the raw keys for backwards-compatibility, but this will be revised in v2.0 (see #4).
Changelog:
Changed
- Adopt
bool isConnected()
fromConnection
interface (#7) - Do not copy cert into heap memory (#10)
- Migrate to base64-encoder in Mongoose (#4)
Added
Removed
- Custom config
Cst_CaCert
(#10)
Fixed
- Encode AuthorizationKey in Hex (#4)
MicroOcppMongoose v1.0.0
First release of the MicroOcppMongoose library. This version relates to MicroOcpp v1.0.0
PIO package: matth-x/[email protected]