-
Notifications
You must be signed in to change notification settings - Fork 7.7k
A line code that unnecessary in CameraWebServer/app_httpd.cpp #6289
BackMountainDevil
started this conversation in
General
-
The line is the same as L20. But that line has been commented while this not. I test del L20 work fine.
//#include "camera_index.h" // L20 #include "sdkconfig.h" #include "camera_index.h" // L22
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 2 replies
-
@me-no-dev It seems the lines are just duplicated by mistake, right? I don't see any other reason for that.
Beta Was this translation helpful? Give feedback.
All reactions
2 replies
-
correct
Beta Was this translation helpful? Give feedback.
All reactions
-
I think so. Because I am a green hand about this. I need a double check.
Beta Was this translation helpful? Give feedback.
All reactions
-
Fix in #6370
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment