cleanup logging TAG
This commit is contained in:
parent
375764f87c
commit
2a6a7d001b
@ -5,7 +5,7 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
// Local logging tag
|
||||
static const char TAG[] = "wifi";
|
||||
static const char TAG[] = __FILE__;
|
||||
|
||||
typedef enum { ANTENNA_INT = 0, ANTENNA_EXT } antenna_type_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user