Skip to content

Commit 896f3a7

Browse files
committed
fix(wifi): Fix wrong endif location
1 parent b3a3940 commit 896f3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/WiFi/src/WiFiGeneric.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ static void _arduino_event_cb(void *arg, esp_event_base_t event_base, int32_t ev
162162
log_v("Provisioning Success!");
163163
arduino_event.event_id = ARDUINO_EVENT_PROV_CRED_SUCCESS;
164164
#endif
165-
}
166165
#endif
166+
}
167167

168168
if (arduino_event.event_id < ARDUINO_EVENT_MAX) {
169169
Network.postEvent(&arduino_event);

0 commit comments

Comments
 (0)