Closed
Description
AIoTC_Config.h contains macros to simplify the syntax of calls to Debug.print(DBG_blah, ...) The file defines helper macros for diagnostic levels ERROR, WARNING, INFO, DEBUG, and VERBOSE. This seems like a nice feature, but for one detail: One of the macros swallows its arguments. The body is commented out.
ArduinoIoTCloud/src/AIoTC_Config.h
Line 54 in c28ca7a