esphome/esphome/components/nfc/nfc_tag.cpp
2021-01-15 09:29:55 +13:00

10 lines
140 B
C++

#include "nfc_tag.h"
namespace esphome {
namespace nfc {
static const char *TAG = "nfc.tag";
} // namespace nfc
} // namespace esphome