We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29b006 commit c60654cCopy full SHA for c60654c
libraries/Zigbee/src/ZigbeeCore.cpp
@@ -237,7 +237,7 @@ void ZigbeeCore::closeNetwork() {
237
}
238
239
static void bdb_start_top_level_commissioning_cb(uint8_t mode_mask) {
240
- if(esp_zb_bdb_start_top_level_commissioning(mode_mask) != ESP_OK){
+ if (esp_zb_bdb_start_top_level_commissioning(mode_mask) != ESP_OK) {
241
log_e("Failed to start Zigbee commissioning");
242
243
0 commit comments