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
Don't generate pycache files in source directory (#59)
When used as an esp idf component, generating pycache files troubles the component manager with a mismatched fingerprint.
Adding -B option fixes that
frogfs_get_name fix
frogfs_get_name was orignally an internal function that got exposed as an api
function. NULL terminating its string when the size is a multiple of 4 was
overlooked, so a small API change was required to ensure it always is NULL
terminated.