Multicast address typo in my_user_config.h (#17816)

For ArtNet Multicast address the defined value and the value in the comment are different.
This commit is contained in:
David Smith 2023-01-29 00:48:23 -07:00 committed by GitHub
parent 2ed602057c
commit 19d5a363e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@
//#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_MCAST 239,255,25,54 // Multicast address used to listen: 239.255.25.24
#define USE_LIGHT_ARTNET_MCAST 239,255,25,54 // Multicast address used to listen: 239.255.25.54
// -- Counter input -------------------------------
#define USE_COUNTER // Enable inputs as counter (+0k8 code)