Skip to content

Releases: Megunolink/MLP

V1.43

11 Nov 07:11
6d5ec00

Choose a tag to compare

  • Replaced readHall function with analogRead as the readHall function has been deprecated in V3 of the ESP32 library.
  • Fix for command handling library that broke build on Espressif devices due to compiler change.

V1.42

18 May 08:58

Choose a tag to compare

  • Fixed compatibility issues with Arduino mbed platforms (e.g., Pi Pico). Thanks to maxgerhardt for identifying this problem.
  • Miscellaneous bug fixes and tidy up.
  • Added continuous integration work flow to build all examples on several platforms following suggestion from maxgerhardt.

V1.41

11 Sep 09:37

Choose a tag to compare

  • Updated examples to use ESP command handler for Tcp connections
  • Excluded MDNS.update(); call for ESP32, where it is not supported
  • Fixed compile time error when sending SpecialParameters::CurrentTime to record table
  • Fixed examples to use correct name for TcpCommandHandler on ESP hardware.

V1.37

30 Jan 20:06

Choose a tag to compare

Added support for message monkey visualizer
Tidy up examples.

V1.35

08 Sep 09:51

Choose a tag to compare

Added support for sending double values to interface panel controls
Incorporated fix for STM32Duino build warnings from alexandreviau303
Fixed bug in stream parser where overflow condition persisted until new message was started

V1.33 release

04 May 22:09

Choose a tag to compare

Added support for:

Added more examples.
Cleaned up PROG_TYPES_COMPAT build issues that occur on some devices.
Reporting serial buffer overflow from command handler.

V1.25

03 Jun 05:42

Choose a tag to compare

  • Added TCP server example
  • Added support to specify precision of floating point data sent to table and interface panel text properties
  • Fixed build problem on ESP devices

V1.24

16 Apr 07:26

Choose a tag to compare

  • New: Added example for plotting on two axes
  • New: Added support for sending start and end test messages
  • Bugfix: Typo fix for SetXlabel which would have been SetXLabel
  • New: Added examples using the ENC28J60 ethernet module
  • New: Added more example megunolink interfaces
  • New: Added the ability to start, stop, and rename message logger log files

V1.20

06 Nov 08:39

Choose a tag to compare

  • Added examples for command processing on ESP32
  • Added TCP command handler for ESP32 and ESP8266
  • Bug fixes
  • New examples

V1.19

05 Sep 03:14

Choose a tag to compare

  • Fixed bug in exponential filter when forcing current value
  • Updated plot library to set MegunoLink plot axis limits from Arduino