Releases: improv-wifi/sdk-cpp
Releases · improv-wifi/sdk-cpp
v1.2.4
What's Changed
- Add CMakeLists.txt for ESP-IDF builds by @johnboiles in #13
- Ensure size of string is valid. by @Fabian-Schmidt in #17
- Add Improv WiFi Demo in the examples section by @jnthas in #18
- Reduce memory allocations when building RPC response by @moritz89 in #21
New Contributors
- @Fabian-Schmidt made their first contribution in #17
- @jnthas made their first contribution in #18
- @moritz89 made their first contribution in #21
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
What's Changed
- Use string ref when iterating
vector<String>
by @johnboiles in #11
New Contributors
- @johnboiles made their first contribution in #11
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Fix total RPC response length byte by @jesserockz in #8
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Add const for client to ask for scanned wifi networks by @jesserockz in #7
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Parse serial bytes within the library and use callbacks by @jesserockz in #6
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial 1.0.0 release as a library