Replies: 2 comments
-
|
I followed this instructions: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Somewhere during the development of the bambu integration i made cyd-klipper not compile on linux anymore. This is that error message. It's super odd as SecureWifiClient is an included library. On Windows, everything compiles fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I apologize, but I don't have much experience with programming.
When trying to build, for example, the ESP32-2432S028R version (but also for other versions), the compilation fails with an error – see below.
Is this an actual error, or did I miss something?
Thank you.
#include <WifiClientSecure.h> ^~~~~~~~~~~~~~~~~~~~ compilation terminated. *** [.pio/build/esp32-2432S028R/src/core/bambu/bambu_printer_integration.cpp.o] Error 1 Compiling .pio/build/esp32-2432S028R/src/core/device/ESP32-2432S028R.cpp.o *** [.pio/build/esp32-2432S028R/src/core/bambu/bambu_printer_panels.cpp.o] Error 1 In file included from src/core/bambu/bambu_printer_parsers.cpp:1: src/core/bambu/bambu_printer_integration.hpp:5:10: fatal error: WifiClientSecure.h: No such file or directory
Beta Was this translation helpful? Give feedback.
All reactions