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
SFU: add USBMSD binding only if included explicitly
Since SFU is being used for OTA on IotCloud, every sketch used to pull in USBMSD and expose a 1MB FAT disk when connected.
This patch fixed this beahviour, providing the hooks only if the user explicitly includes
"PluggableUSBMSD.h"
in the sketch (or in another library)
0 commit comments