Browse Source

Add DEBUG_WEB_SUPPORT to enabled modules list in info

rfm69
Xose Pérez 6 years ago
parent
commit
795ab21c10
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      code/espurna/utils.ino

+ 3
- 0
code/espurna/utils.ino View File

@ -278,6 +278,9 @@ void info() {
#if DEBUG_UDP_SUPPORT #if DEBUG_UDP_SUPPORT
DEBUG_MSG_P(PSTR(" DEBUG_UDP")); DEBUG_MSG_P(PSTR(" DEBUG_UDP"));
#endif #endif
#if DEBUG_WEB_SUPPORT
DEBUG_MSG_P(PSTR(" DEBUG_WEB"));
#endif
#if DOMOTICZ_SUPPORT #if DOMOTICZ_SUPPORT
DEBUG_MSG_P(PSTR(" DOMOTICZ")); DEBUG_MSG_P(PSTR(" DOMOTICZ"));
#endif #endif


Loading…
Cancel
Save