forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Milestone
Description
It would be nice if anything that would normally go to serial could be set up to log automatically to the SD card.
For example, I've got a PyPortal, and really spotty internet. It seems to get hung up once a day, except when I leave a serial terminal watching it. If I know where and why it was hanging I'd be able to code around those issue to make it more reliable. (The Weather Station code from the PyPortal Adabox.)
If we could have anything that would normally go to serial also go to SD card when specified in code and card detect pin is set that would really help catch infrequent issues. Would probably only be needed on devices that ship with an SD card reader on them.
ajsirota