You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the file upload feature from Flashnchips. Sometimes it fails hanging during the upload and I need to restart the ESP device to get control back.
When the device is restarted the Fnc tool try to continue the upload, failing because the uf object is not more defined.
If I try again to upload the file I get an error message for each write it try to accomplish:
smartjs 29560/1296$ uf.write('\x28\x29\x3b\x0a\x20\x20\x7d\x0a\x7d\x29\x2e\x6c\x69\x73\x74\x65\x6e\x28\x38\x31\x29\x3b')
Exec error: {"message":"value is not a function"}
smartjs 29560/1296$ uf.close()
Exec error: {"message":"value is not a function"}
I've restarted both the device and the fnc tool various time but with no success.
Finally I've flashed the device again and the file upload feature of fnc returned to work.
Note: during the flashing operation I got the following error in logs with relative popup message:
CRITICAL: Failed to read sys_config.json
The text was updated successfully, but these errors were encountered:
I'm using the file upload feature from Flashnchips. Sometimes it fails hanging during the upload and I need to restart the ESP device to get control back.
When the device is restarted the Fnc tool try to continue the upload, failing because the uf object is not more defined.
If I try again to upload the file I get an error message for each write it try to accomplish:
I've restarted both the device and the fnc tool various time but with no success.
Finally I've flashed the device again and the file upload feature of fnc returned to work.
Note: during the flashing operation I got the following error in logs with relative popup message:
The text was updated successfully, but these errors were encountered: