Releases: Megunolink/MLP
Releases · Megunolink/MLP
V1.43
V1.42
- 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
- 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
Added support for message monkey visualizer
Tidy up examples.
V1.35
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
Added support for:
- Pushover bridge
- Playing audio clips
- Indicator control
Added more examples.
Cleaned up PROG_TYPES_COMPAT build issues that occur on some devices.
Reporting serial buffer overflow from command handler.
V1.25
- 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
- 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
- Added examples for command processing on ESP32
- Added TCP command handler for ESP32 and ESP8266
- Bug fixes
- New examples
V1.19
- Fixed bug in exponential filter when forcing current value
- Updated plot library to set MegunoLink plot axis limits from Arduino