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 2e1e79c commit 711ca88Copy full SHA for 711ca88
libraries/WiFi/src/AP.cpp
@@ -307,7 +307,9 @@ bool APClass::enableNAPT(bool enable) {
307
308
bool APClass::enableDhcpCaptivePortal() {
309
esp_err_t err = ESP_OK;
310
- static char captiveportal_uri[32] = {0,};
+ static char captiveportal_uri[32] = {
311
+ 0,
312
+ };
313
314
if (!started()) {
315
log_e("AP must be first started to enable DHCP Captive Portal");
0 commit comments