FastLED 3.9.15
Loading...
Searching...
No Matches

◆ net_loop()

void net_loop ( )

Definition at line 159 of file net.h.

159 {
160#if WIFI_SUPPORTED
161 OscWiFi.parse();
162#endif
163
164#if OTA_SUPPORTED
165 ArduinoOTA.handle();
166#endif
167
168}

Referenced by loop().

+ Here is the caller graph for this function: