mirror of https://github.com/arendst/Tasmota.git
Doc is off by default
This commit is contained in:
parent
0b18c60ba2
commit
a26e634408
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue