i found that i could transfer big data file (526KB) from pc to ESP32, but could not read it back.
the output log is showed below, in my opinion,watchdog is used as system tick... how could it happened "watchdog got triggered. The following tasks did not reset the watchdog in time: IDLE (CPU 1)"?.....
`
paste mode; Ctrl-C to cancel, Ctrl-D to finish
file_name="data_rec_20180606.csv"
with open("__download.py") as f:
exec(f.read(), globals())
k watchdog got triggered. The following tasks did not reset the watchdog in time:
IDLE (CPU 1)
Tasks currently running:
CPU 0: IDLE
CPU 1: mp_task
hello:
i found that i could transfer big data file (526KB) from pc to ESP32, but could not read it back. the output log is showed below, in my opinion,watchdog is used as system tick... how could it happened "watchdog got triggered. The following tasks did not reset the watchdog in time: IDLE (CPU 1)"?.....
` paste mode; Ctrl-C to cancel, Ctrl-D to finish file_name="data_rec_20180606.csv" with open("__download.py") as f: exec(f.read(), globals())
k watchdog got triggered. The following tasks did not reset the watchdog in time:
64NzgsIDI4NCwgNy41DQoyMDE4LzYvNiwgMzo0OToyLCA3OCwgMjg0LCA3LjUNCjIw>>>