Add ESP3DLib idletask entry point (#16658)
This commit is contained in:
parent
e3611ad209
commit
6357619ab2
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@ void HAL_idletask() {
|
|||
#if BOTH(WIFISUPPORT, OTASUPPORT)
|
||||
OTA_handle();
|
||||
#endif
|
||||
#if ENABLED(ESP3D_WIFISUPPORT)
|
||||
esp3dlib.idletask();
|
||||
#endif
|
||||
}
|
||||
|
||||
void HAL_clear_reset_source() { }
|
||||
|
|
Reference in a new issue