-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
CardPuter Reboots During File Transfer from SD Card via Web Interface (M5Launcher Versions Above 2.0.1) #63
Comments
It is probably related to AsyncTCP triggering the Watchdog timer, similar to #61 I'm studying how to disable/increase timers for the watchdogs in the framework.. maybe it solves the problem |
Hey friend, can you test with this binary? Install it using This flasher |
In this version, the reboot issue does not occur, but the file transfer is interrupted after 70 KB when tested with different files. Additionally, the web interface stops working afterward, and I have to restart the device. |
Well, the wifi tweak is not working for WebUI interface.. I am recompiling the framework and will recompile the project this night again.. I'll send a new binary in a few hours.. If it doesn't work, I will change from AsyncWebServer to the Webserver library.. it'll make the fw a little lighter, and will work the same way Bruce WebUI works |
Lets see if it works.. |
Same result |
Launcher_2.0_Cardputer_24-09-02.zip Now the framework is basically the same as the 2.0.1... lets give it a try |
Same result |
Description
I'm encountering a consistent issue with the M5Launcher on the CardPuter across all versions above 2.0.1. When attempting to download a file from the SD card on the CardPuter to my computer through the web interface, the device reboots a few seconds after the transfer begins. This problem occurs on multiple operating systems, including Windows, Linux, and Android.
Steps to Reproduce
Expected Behavior
The file should download successfully without causing the CardPuter to reboot.
Actual Behavior
The CardPuter reboots a few seconds after the file transfer begins, and the download is interrupted.
Device Information
Logs and Screenshots
Unfortunately, I cannot capture any specific logs before the reboot, but I'm available to provide further information if necessary.
Additional Information
The issue was not present in M5Launcher version 2.0.1 or earlier. It consistently occurs in all subsequent versions.
Thank you for looking into this matter!
The text was updated successfully, but these errors were encountered: