nkolban / esp32-snippets

Sample ESP32 snippets and code fragments
https://leanpub.com/kolban-ESP32
Apache License 2.0
2.37k stars 710 forks source link

'LOG_TAG' was not declared in this scope #1086

Open EequalmcUP2 opened 3 years ago

EequalmcUP2 commented 3 years ago

I can't complie BLE_client.ino example

aethernet commented 2 years ago

Add

static const char * LOG_TAG = "whatever";

On top of the script, content doesn't matter is just the tag used to triage logs.