From 229c2cce06cf2572039f4fa23f642cc86cf70031 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 16 Nov 2022 10:55:56 +0100 Subject: [PATCH] Revert Art-Net to ArtNet --- 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 dcf38e790..a24b2651d 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 Art-Net DMX control over UDP port 6454 (#17059) +- WS2812 and Light ArtNet DMX control over UDP port 6454 (#17059) - Command ``SwitchMode 16`` sending only MQTT message on inverted switch change (#17028) - Support for HMC5883L 3-Axis Digital Compass sensor by Andreas Achtzehn (#17069) - Berry add ``udp->close()`` method (#17094) @@ -44,9 +44,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 Art-Net Led matrix animations (#16984) +- ESP32 Support for DMX ArtNet 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 Art-Net optimization to avoid any object allocation and avoid garbage collector pauses +- ESP32 DMX ArtNet optimization to avoid any object allocation and avoid garbage collector pauses - Berry add ``dyn`` class ### Changed @@ -69,7 +69,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 Art-Net support on ESP32 +- Prepare for DMX ArtNet support on ESP32 ### Changed - DS18x20 ``DS18Alias`` to ``DS18Sens`` (#16833) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 06b3968aa..94d13f0d6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -121,11 +121,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - 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) - Support for HMC5883L 3-Axis Digital Compass sensor by Andreas Achtzehn [#17069](https://github.com/arendst/Tasmota/issues/17069) -- WS2812 and Light Art-Net DMX control over UDP port 6454 [#17059](https://github.com/arendst/Tasmota/issues/17059) +- WS2812 and Light ArtNet 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 Art-Net Led matrix animations [#16984](https://github.com/arendst/Tasmota/issues/16984) +- ESP32 Support for DMX ArtNet 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 58e6bb30b..725c55d9b 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/Art-Net via UDP on port 6454 (+3.5k code) +// #define USE_LIGHT_ARTNET // Add support for DMX/ArtNet 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 9d6e36f15..c0f7ff7e5 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 Art-Net + * Internal calls for ArtNet \*********************************************************************************************/ // check is the Neopixel strip is configured bool Ws2812StripConfigured(void) {