-
Notifications
You must be signed in to change notification settings - Fork 1
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
logData() not working after initial call #2
Comments
Do you get any of these print statements at logData? @KravitzLab
|
filenames need to be prepended by '/' in ESP32, pushed update |
Reopening this as we're still getting "Warning: SD file not opened." We've tried the following two approaches but neither works. I can try more on this over the weekend, it's annoying! Approach 1: Approach 2: |
logData() works in the begin function, creating a new file with Event=Startup.
Subsequent calls to logData() in the script cause it to time out and not write to the file. Added debugging code to the logData() function, confirming that it fails to open the file after the first call.
Also confirmed on the Serial Output that the SD card successfully reinitializes after wakeup:
The text was updated successfully, but these errors were encountered: