I'm using ESP-S3 jtag for USB serial log output.
I want to flush log before light sleep and
write as follows
Code: Select all
fflush(stdout);
fsync(fileno(stdout));
I think it mean that ESP-S3's jtag don't equal stdout but
I don't undersand detail.
Please teach me how to flush ESP-s3 jtag log.
thanks