esp32-snippets
esp32-snippets copied to clipboard
'LOG_TAG' was not declared in this scope
I can't complie BLE_client.ino example
Add
static const char * LOG_TAG = "whatever";
On top of the script, content doesn't matter is just the tag used to triage logs.