You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi @kensheldon
The body is commented out because enabling debug verbose you will get a remarkable flash increase usage and on some boards (MKRWiFi 1010 and Nano 33 IoT) will leave few flash space to write user application. I think it would be feasible to add more ifdefs and enable DEBUG_VERBOSE on boards that has more flash space.
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
The text was updated successfully, but these errors were encountered: