Skip to content

"TAG" member of MetaType enum conflicts with ESP_IDF_LOG TAG macro definition #1875

Answered by pschatzmann
martinroger asked this question in Q&A
Discussion options

You must be logged in to vote

Please provide me a short example sketch so that I can reproduce your issue.
The following example compiles w/o problems for me with any core debug level:

#include "AudioTools.h"

MetaDataFilter filter;

void setup() {}
void loop() {}

Where does your #define TAG come from ? Usually applications define their specific defines like #define BT_APP_CORE_TAG "BT_APP_CORE"

Using such a unspecific #define is really a bad idea since defines are global!

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Comment options

You must be logged in to vote
2 replies
@pschatzmann
Comment options

@martinroger
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1874 on January 22, 2025 10:11.