From dd09112a22afa2d6bce7268335d1694dc432f796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 11 Aug 2022 14:22:34 +0200 Subject: [PATCH] app: minor, remove artnet debug --- application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.c b/application.c index b71e018..b9b457d 100644 --- a/application.c +++ b/application.c @@ -1153,7 +1153,7 @@ void main(void) const uint16_t dmx_universe = radio_esp8266_received[14] + (radio_esp8266_received[15] << 8); const uint16_t dmx_length = radio_esp8266_received[17] + (radio_esp8266_received[16] << 8); if (radio_esp8266_received_len >= 18U + dmx_length) { - printf("Art-Net packet (uni=%u, len=%u)\n", dmx_universe, dmx_length); + //printf("Art-Net packet (uni=%u, len=%u)\n", dmx_universe, dmx_length); switch (dmx_universe) { case UNIVERSE_OFFSET + 0: // RGBW LED strip if (dmx_length >= 0 + 2) {