mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
remove output
This commit is contained in:
parent
cde87cb643
commit
4d6ac94396
@ -72,8 +72,8 @@ void IpDataLinkLayer::loop()
|
|||||||
|
|
||||||
void IpDataLinkLayer::enabled(bool value)
|
void IpDataLinkLayer::enabled(bool value)
|
||||||
{
|
{
|
||||||
_print("own address: ");
|
// _print("own address: ");
|
||||||
_println(_deviceObject.induvidualAddress());
|
// _println(_deviceObject.induvidualAddress());
|
||||||
if (value && !_enabled)
|
if (value && !_enabled)
|
||||||
{
|
{
|
||||||
_platform.setupMultiCast(_ipParameters.multicastAddress(), KNXIP_MULTICAST_PORT);
|
_platform.setupMultiCast(_ipParameters.multicastAddress(), KNXIP_MULTICAST_PORT);
|
||||||
|
Loading…
Reference in New Issue
Block a user