|
EnigmaIOT
0.9.3
Secure sensor and gateway platform based on ESP8266 and ESP32
|
Auxiliary functions for debugging over Serial. More...
Go to the source code of this file.
Macros | |
| #define | NO_DEBUG 0 |
| Debug level that will give no debug output. More... | |
| #define | ERROR 1 |
| Debug level that will give error messages. More... | |
| #define | WARN 2 |
| Debug level that will give error and warning messages. More... | |
| #define | INFO 3 |
| Debug level that will give error, warning and info messages. More... | |
| #define | DBG 4 |
| Debug level that will give error, warning,info AND dbg messages. More... | |
| #define | VERBOSE 5 |
| Debug level that will give all defined messages. More... | |
Auxiliary functions for debugging over Serial.
Format used on debug functions is the same as printf(). Check source code for usage examples Debug calls will be enabled or disabled automatically before compiling according defined DEBUG_LEVEL.
If DEBUG_ESP_PORT is not defined library will give no debug output at all
Definition in file debug.h.
| #define DBG 4 |
| #define INFO 3 |
| #define NO_DEBUG 0 |
| #define VERBOSE 5 |
1.8.18