LEDColors/config.php
2023-08-29 12:25:33 -04:00

7 lines
154 B
PHP

<?php
define('LEDADDRESS', '192.168.2.255');
define('PACKETFILTER', array(4039196302, 3194769291));
define('UDPPORT', 6565);
define('MESSAGECOUNT', 10);