Skip to content

Commit

Permalink
temp fix for #1
Browse files Browse the repository at this point in the history
temp fix for XIAO S3 Cam not working only on USB batt
mozgy committed May 23, 2024
1 parent ce7ac9b commit 9cb816c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MozzCam.cpp
Original file line number Diff line number Diff line change
@@ -258,7 +258,7 @@ void initSDCard( void ) {
void setup() {

Serial.begin( 115200 );
while( !Serial ); // TODO - rework all Serial outputs to log_info, log_error, log_debug
// while( !Serial ); // FIXME - commented as it loops on XIAO S3 without USB data connection
delay( 400 );
Serial.setDebugOutput( true );
log_d( "Setup Start!" );

0 comments on commit 9cb816c

Please sign in to comment.