You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last code update from pull request #960 generates a compiler error when a camera modul is activated (in my case CAMERA_DEVICE = CAMERA_MODEL_AI_THINKER)
Error:
Involved files:
configuration.h, line 493
camera.cpp, line 81
**'HTTP_Server' has not been declared
name followed by '::' must be a class or namespace name**
To Reproduce
Activate CAMERA_DEVICE = CAMERA_MODEL_AI_THINKER in configuration.h, line 493
Expected behavior
n/a, compiling w/o error
Screenshots
ESP3D Firmware:
ESP3D FW version: 3.0.0.a225
ESP3D-WebUI Version: 3.0.0-a42S2
Wifi mode: STA
Flash method: OTA
Build with VSC and PlatformIO:
Any change done in FW:
see configuration.h in attachment
Target Firmware:
Name: Smoothieware
Board used (please complete the following information):
MCU: ESP32
Name: ESP32CAM
Flash size: 4M
Additional context
Up to last update ESP3D was compiling fine.
Turning camera.cpp, line 81 into a comment line will compile the firmware.
After uploading the new firmware I recognize in -->Settings --> Features a error message parsing data error, data are incorrect
Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here
luc-github
changed the title
Pull request #960 generate a compiling error with activated CAMERA_DEVICE = CAMERA_MODEL_AI_THINKER
[BUG]Pull request #960 generate a compiling error with activated CAMERA_DEVICE = CAMERA_MODEL_AI_THINKER
Nov 9, 2023
Describe the bug
Last code update from pull request #960 generates a compiler error when a camera modul is activated (in my case
CAMERA_DEVICE = CAMERA_MODEL_AI_THINKER
)Error:
Involved files:
configuration.h, line 493
camera.cpp, line 81
To Reproduce
Activate
CAMERA_DEVICE = CAMERA_MODEL_AI_THINKER
in configuration.h, line 493Expected behavior
n/a, compiling w/o error
Screenshots
ESP3D Firmware:
ESP3D FW version: 3.0.0.a225
ESP3D-WebUI Version: 3.0.0-a42S2
Wifi mode: STA
Flash method: OTA
Build with VSC and PlatformIO:
Any change done in FW:
see configuration.h in attachment
Target Firmware:
Board used (please complete the following information):
Additional context
Up to last update ESP3D was compiling fine.
Turning camera.cpp, line 81 into a comment line will compile the firmware.
After uploading the new firmware I recognize in -->Settings --> Features a error message
parsing data error, data are incorrect
Attachment:
ESP3D-Issue#963.zip
Edit: forgot attachment...
The text was updated successfully, but these errors were encountered: