Move into anonymous namespace

This commit is contained in:
2021-12-17 23:30:53 +01:00
parent a4d80c640d
commit cef961c174

View File

@ -1,4 +1,3 @@
constexpr const char * const TAG = "BOBBY_ESP_NOW";
#ifdef FEATURE_ESPNOW
#include "espnowfunctions.h"
@ -14,6 +13,9 @@ constexpr const char * const TAG = "BOBBY_ESP_NOW";
#include "time_bobbycar.h"
namespace espnow {
namespace {
constexpr const char * const TAG = "BOBBY_ESP_NOW";
} // namespace
uint16_t lastYear; // Used for esp-now timesync