lorawan.cpp: fix logging TAG

This commit is contained in:
cyberman54 2022-02-28 22:35:35 +01:00
parent 50e40a8472
commit 5f6e8034c1

View File

@ -4,7 +4,7 @@
#include "lorawan.h"
// Local logging Tag
static const char TAG[] = "lora";
static const char TAG[] = __FILE__;
#if CLOCK_ERROR_PROCENTAGE > 7
#warning CLOCK_ERROR_PROCENTAGE value in lmic_config.h is too high; values > 7 will cause side effects