Releases: ktos/Mokosh
Releases · ktos/Mokosh
Version 0.4.0
- Changed internals, the library is now also working for ESP32 boards, but requires LITTLEFS_esp32 right now for compatibility;
- The IP address is now published on hello, as JSON packet to device_ABCDE/debug/ip topic;
- Debug responses has been moved to device_ABCDE/debug/cmdresp topic from just /debug.
Version 0.3.0
A great rewrite!
We are switching from pure C-like functions to C++ class "Mokosh" with all batteries included inside.
- Using RemoteDebug for remote debugging purposes,
- Using ArduinoJson 6, configuration file format unchanged,
- Updated examples to new architecture.