changes to LOG_DEBUG tags

changed logger level to info for now in the UDP_broadcast header file ,  debug not needed

fixed some tags
This commit is contained in:
joran2738
2023-11-07 12:37:21 +01:00
parent 00678a9382
commit 4b188b1ff0
3 changed files with 12 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
#include <stdlib.h>
#include "lwip/netif.h"
#include "lwip.h"
#define LOGGER_LEVEL_ALL
#define LOGGER_LEVEL_INFO
#include "log.h"
typedef struct {
char name[20];