Fix compilation error

This commit is contained in:
Luc
2019-12-30 11:24:43 +01:00
parent 7ca4ff4447
commit 0ad225658d

View File

@@ -40,8 +40,6 @@ void WiFiTaskfn( void * parameter )
vTaskDelete( NULL );
}
#endif //ESP3D_WIFISUPPORT
//Contructor
Esp3DLib::Esp3DLib()
@@ -63,3 +61,4 @@ void Esp3DLib::init()
0 /* Core to run the task */
);
}
#endif //ESP3D_WIFISUPPORT