cleanup logging TAG

This commit is contained in:
cyberman54 2022-02-26 17:27:01 +01:00
parent 375764f87c
commit 2a6a7d001b

View File

@ -5,7 +5,7 @@
#include <Arduino.h> #include <Arduino.h>
// Local logging tag // Local logging tag
static const char TAG[] = "wifi"; static const char TAG[] = __FILE__;
typedef enum { ANTENNA_INT = 0, ANTENNA_EXT } antenna_type_t; typedef enum { ANTENNA_INT = 0, ANTENNA_EXT } antenna_type_t;