From c92d51f050a8e2a50cba011c1a11cd4e99b7276b Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:20:41 +0100 Subject: [PATCH] Rename ArtNet to Art-Net --- CHANGELOG.md | 8 ++++---- RELEASENOTES.md | 4 ++-- tasmota/my_user_config.h | 2 +- tasmota/tasmota_xlgt_light/xlgt_01_ws2812.ino | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 148711895..665c9659b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. - Support for Plantower PMSx003T AQI models with temperature and humidity (#16971) - Support for Dingtian x595/x165 shift register based relay boards by Barbudor (#17032) - New ``FUNC_NETWORK_UP`` and ``FUNC_NETWORK_DOWN`` events -- WS2812 and Light ArtNet DMX control over UDP port 6454 (#17059) +- WS2812 and Light Art-Net DMX control over UDP port 6454 (#17059) ### Breaking Changed @@ -39,9 +39,9 @@ All notable changes to this project will be documented in this file. - Support for two phase power calibration using commands ``PowerSet2``, ``VoltageSet2`` and ``CurrentSet2`` - Support for NTAG2xx tags read and write on PN532 NFC reader (#16939) - Berry ``bytes().reverse()`` method (#16977) -- ESP32 Support for DMX ArtNet Led matrix animations (#16984) +- ESP32 Support for DMX Art-Net Led matrix animations (#16984) - Command ``SetOption47 1..255`` to delay power on relay state in seconds reducing power surge. ``SO47 1`` delays until network connected. ``SO47 2`` delays until mqtt connected -- ESP32 DMX ArtNet optimization to avoid any object allocation and avoid garbage collector pauses +- ESP32 DMX Art-Net optimization to avoid any object allocation and avoid garbage collector pauses - Berry add ``dyn`` class ### Changed @@ -64,7 +64,7 @@ All notable changes to this project will be documented in this file. - Berry add `bytes().setbytes()` (#16892) - Support for Shelly Pro 1/1PM and 2/2PM (#16773) - Add Zigbee router firmware for Sonoff ZBBridgePro (#16900) -- Prepare for DMX Artnet support on ESP32 +- Prepare for DMX Art-Net support on ESP32 ### Changed - DS18x20 ``DS18Alias`` to ``DS18Sens`` (#16833) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cc3faf528..fdc8a7b16 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -119,11 +119,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Support for Plantower PMSx003T AQI models with temperature and humidity [#16971](https://github.com/arendst/Tasmota/issues/16971) - Support for BP1658CJ RGBCW led bulbs like Orein OS0100411267 by Cossid [#17011](https://github.com/arendst/Tasmota/issues/17011) - Support for Dingtian x595 shift register based relay boards by Barbudor [#17032](https://github.com/arendst/Tasmota/issues/17032) -- WS2812 and Light ArtNet DMX control over UDP port 6454 [#17059](https://github.com/arendst/Tasmota/issues/17059) +- WS2812 and Light Art-Net DMX control over UDP port 6454 [#17059](https://github.com/arendst/Tasmota/issues/17059) - Berry ``bytes().setbytes()`` method [#16892](https://github.com/arendst/Tasmota/issues/16892) - Berry ``bytes().reverse()`` method [#16977](https://github.com/arendst/Tasmota/issues/16977) - Zigbee router firmware for Sonoff ZBBridgePro [#16900](https://github.com/arendst/Tasmota/issues/16900) -- ESP32 Support for DMX ArtNet Led matrix animations [#16984](https://github.com/arendst/Tasmota/issues/16984) +- ESP32 Support for DMX Art-Net Led matrix animations [#16984](https://github.com/arendst/Tasmota/issues/16984) ### Breaking Changed - Redesign distance sensors VL53LXX, TOF10120, HRXL and DYP to use cm instead of mm [#17021](https://github.com/arendst/Tasmota/issues/17021) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index c59d4a5ea..e2803f8d4 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -571,7 +571,7 @@ #define USE_DGR_LIGHT_SEQUENCE // Add support for device group light sequencing (requires USE_DEVICE_GROUPS) (+0k2 code) //#define USE_LSC_MCSL // Add support for GPE Multi color smart light as sold by Action in the Netherlands (+1k1 code) -// #define USE_LIGHT_ARTNET // Add support for DMX/ArtNet via UDP on port 6454 (+3.5k code) +// #define USE_LIGHT_ARTNET // Add support for DMX/Art-Net via UDP on port 6454 (+3.5k code) #define USE_LIGHT_ARTNET_MCAST 239,255,25,54 // Multicast address used to listen: 239.255.25.24 // -- Counter input ------------------------------- diff --git a/tasmota/tasmota_xlgt_light/xlgt_01_ws2812.ino b/tasmota/tasmota_xlgt_light/xlgt_01_ws2812.ino index c0f7ff7e5..9d6e36f15 100644 --- a/tasmota/tasmota_xlgt_light/xlgt_01_ws2812.ino +++ b/tasmota/tasmota_xlgt_light/xlgt_01_ws2812.ino @@ -785,7 +785,7 @@ void CmndWidth(void) } /*********************************************************************************************\ - * Internal calls for ArtNet + * Internal calls for Art-Net \*********************************************************************************************/ // check is the Neopixel strip is configured bool Ws2812StripConfigured(void) {