Skip to content

Releases: ktos/Mokosh

Version 0.4.0

15 Dec 23:26
Compare
Choose a tag to compare
  • 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

15 Dec 23:17
Compare
Choose a tag to compare

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.

Version 0.2.0

19 May 21:13
Compare
Choose a tag to compare

First version which looks promising, final split from "Chione".

Changes:

  • 3782f2d Add template for a device working in Mokosh "ecosystem"
  • ed61716 Change OTA to Update in configuration
  • ca9178b Remove unnecessary code from original Chione