Doc is off by default

This commit is contained in:
Stephan Hadinger 2022-11-16 13:44:06 +01:00
parent 0b18c60ba2
commit a26e634408
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#define XDRV_23 23 #define XDRV_23 23
#define ZIGBEE_DOC // enable special functions used for Zigbee documentation generation - generally not useful // #define ZIGBEE_DOC // enable special functions used for Zigbee documentation generation - generally not useful
#include "UnishoxStrings.h" #include "UnishoxStrings.h"
@ -1467,7 +1467,7 @@ void CmndZbAttrDump(void) {
} }
} }
AddLog(LOG_LEVEL_INFO, PSTR("")); AddLog(LOG_LEVEL_INFO, PSTR(""));
ResponseCmndDone(); ResponseCmndDone();
} }
#endif // ZIGBEE_DOC #endif // ZIGBEE_DOC