avinabmalla / ESP32_BleSerial

A BLE Serial library for Arduino ESP32
MIT License
62 stars 17 forks source link

Missed TAG #4

Closed ajsb85 closed 1 year ago

ajsb85 commented 1 year ago

Hi, @avinabmalla

Error when I compile: Error ESP32_BleSerial/src/BleSerial.cpp:86:13: error: 'TAG' was not declared in this scope

It can be solved with static const char *TAG = "BleSerial";

avinabmalla commented 1 year ago

Switched to Arduino log functions. TAG not needed anymore