Browse Source

Added UART_MQTT check to info command

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

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

@ -327,6 +327,9 @@ void info() {
#if THINGSPEAK_SUPPORT
DEBUG_MSG_P(PSTR(" THINGSPEAK"));
#endif
#if UART_MQTT_SUPPORT
DEBUG_MSG_P(PSTR(" UART_MQTT"));
#endif
#if WEB_SUPPORT
DEBUG_MSG_P(PSTR(" WEB"));
#endif


Loading…
Cancel
Save