-
Notifications
You must be signed in to change notification settings - Fork 5
(#342): Cast command back to char to safely made it printable #345
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
base: main
Are you sure you want to change the base?
Conversation
Lee's Notes on Testing 20260129 1230 ESTPulled and switched to branch: bugfix/342-gpad-commands-causing-reboot Serial Monitor Dump with "i" command showing reset.Testing on ESP32 Dev Kit1Summary, same results when sending "i" the firmware reset. Serial Monitor DumpA2 : 0x3ffc3de4 A3 : 0x00000009 A4 : 0x0000000a A5 : 0x00000000 Backtrace: 0x400d77bd:0x3ffb21f0 0x400d32cb:0x3ffb2210 0x400d4092:0x3ffb2230 0x400d51a8:0x3ffb2250 0x400d3a44:0x3ffb2270 0x400f2e85:0x3ffb2290 ELF file SHA256: 6291dfe2c5d734c3 RebootingNote on testing on ESP32 DEV Kit1. The "i" command still causes a reset. |
|
Have you tried a "full clean" and erasing the device's flash? This is my output: My setup is a purely a bare |
|
@ForrestErickson The error you're encountering is not the cause of the ticket. The error you are running into is in the |
Regarding, "ESP32_DevKitc_v4"I find some documentation for this kit at: Regarding, 'Have you tried a "full clean" and erasing the device's flash?'I do not know what constitutes a "full clean" and I do not know where to look for instructions on " erasing the device's flash?'" Resume Testing of (bugfix/342-gpad-commands-causing-reboot)In this local clone I do a pull. Some files came in related only to the enclosure.
I then build the file system and Uploaded the file system
I then Uploaded the Filesystem Image
I opened a terminal window and sent the message "a2information". Again the system reset Conclusion Lee Cannot Reproduce Juhandre's Results.CC: @nk25719 |



Simple fix of just casting the
Commandvariant back to achar.