From 0ad225658df297d95cb9db46275751bf8bc7d2d4 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Mon, 30 Dec 2019 11:24:43 +0100 Subject: [PATCH] Fix compilation error --- src/esp3dlib.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/esp3dlib.cpp b/src/esp3dlib.cpp index 1913388..87fc678 100644 --- a/src/esp3dlib.cpp +++ b/src/esp3dlib.cpp @@ -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