-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only able to run with Serial monitor opened? #253
Comments
Nothing to do with app. Hardware issue? |
OK, found the issue: had to comment out the following:
I think it is just the Serial.flush() that causes the dependency because there are other Serial.println's throughout the code and I can now connect without the Serial monitor open. |
Appears to be an S3 specific problem
|
There is an existing arduino-esp issue does the following work
|
Huh, how about that? I loaded the MCU into my model rocket payload already, so I'll give that a try post-launch. Thanks for digging that up. I just commented it out for the time being since I didn't really need that debug capability if I'm running battery-powered. Thanks again! |
new 8.7.4 |
Hello again, really enjoying this code. It works great. Seeing 20 fps being recorded to SD. However, it looks like the webserver only starts up when a Serial monitor is opened. I would like to try to a battery-powered solution where I'm not connected via USB-C with a Serial monitor open. Is there a way to disable that? Typically it's a while(!Serial) call but there is a whole logging system so not sure if a similar command is issued elsewhere. Thanks!
The text was updated successfully, but these errors were encountered: