Skip to content

Commit e6390e6

Browse files
committed
Add missing AP events
1 parent c47f543 commit e6390e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Firmware/RTK_Everywhere/Network.ino

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,13 @@ void networkEvent(arduino_event_id_t event, arduino_event_info_t info)
947947
case ARDUINO_EVENT_WIFI_STA_GOT_IP:
948948
case ARDUINO_EVENT_WIFI_STA_GOT_IP6:
949949
case ARDUINO_EVENT_WIFI_STA_LOST_IP:
950+
case ARDUINO_EVENT_WIFI_AP_START:
951+
case ARDUINO_EVENT_WIFI_AP_STOP:
952+
case ARDUINO_EVENT_WIFI_AP_STACONNECTED:
953+
case ARDUINO_EVENT_WIFI_AP_STADISCONNECTED:
954+
case ARDUINO_EVENT_WIFI_AP_STAIPASSIGNED:
955+
case ARDUINO_EVENT_WIFI_AP_PROBEREQRECVED:
956+
case ARDUINO_EVENT_WIFI_AP_GOT_IP6:
950957
wifi.eventHandler(event, info);
951958
break;
952959
#endif // COMPILE_WIFI

0 commit comments

Comments
 (0)