remove output

This commit is contained in:
Thomas Kunze 2019-02-07 00:22:08 +01:00
parent cde87cb643
commit 4d6ac94396

View File

@ -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);