Releases: someweisguy/esp_dmx
v2.0.0
Version 2.0 is here!
This update adds support for ESP32-S2, S3, and C3. It also adds updates to make the API easier for Arduino users to understand as well as setting the stage for RDM support, which will hopefully come in v3.0! Please read the updated README for more information on how this library works.
v1.1.4
NOTE: This is a re-release of v1.1.4 because some library metadata was not updated in the original release.
This release fixes an bug that results in a crash when using WiFi alongside this library. Thanks to @chaosloth for finding and fixing the issue!
What's Changed
- Added IRAM_ATTR to hal.h functions to avoid crash when WIFI not conne… by @chaosloth in #14
New Contributors
- @chaosloth made their first contribution in #14
Full Changelog: v1.1.3...v1.1.4
v1.1.3
This patch fixes a few issues:
- Arduino no longer displays null characters on the serial monitor when using this library
- Fixed a problem where
dmx_write_slot()
would not write the proper value
v1.1.2
Changes:
- Update ESP-IDF examples with proper comment headers
- Update Arduino examples with proper
#include <Arduino.h>
for convenience for PIO users - Additions to the README to clarify important features of the library
v1.1.1
This patch adds a library file for PlatformIO as well as clarifying some information in the readme and Arduino tutorials.
v1.1.0
This release supports Arduino! Please note that in order to use this library on Arduino, you must use Arduino-ESP32 v2.0.0 or newer. Instructions for how to install the Arduino-ESP32 framework can be found in the readme.
v1.0.2
Fixes build issues with ESP-IDF v4.3 and later.
v1.0.1 Patch
Added some bugfixes. This update does not break any existing code. See the changes below:
- Fixed spelling and formatting errors in README
- Force DMX interrupt allocation in
dmx_driver_install()
to be in IRAM