paclema / MQTTClient

MQTT Client library that wrappers ESP-IDF mqtt client component into a C++ class
Other
7 stars 0 forks source link

Make TAG char array local variable instead global #11

Open paclema opened 11 months ago

paclema commented 11 months ago

It is a common global name that can cause conflicts if the same variable is also defined somewhere else