Skip to content
Snippets Groups Projects
Commit 6357619a authored by Luc's avatar Luc Committed by Scott Lahteine
Browse files

Add ESP3DLib idletask entry point (#16658)

parent e3611ad2
Branches
Tags
Loading
...@@ -111,6 +111,9 @@ void HAL_idletask() { ...@@ -111,6 +111,9 @@ void HAL_idletask() {
#if BOTH(WIFISUPPORT, OTASUPPORT) #if BOTH(WIFISUPPORT, OTASUPPORT)
OTA_handle(); OTA_handle();
#endif #endif
#if ENABLED(ESP3D_WIFISUPPORT)
esp3dlib.idletask();
#endif
} }
void HAL_clear_reset_source() { } void HAL_clear_reset_source() { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment