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
The logging mecanism is way too slow. The current implementation opens and closes the file each time an arduino function is called which is not effective with arduino functions that are time based (calls millis() multiple times).
A possible implementation would be to log every calls to memory and flush the memory to file when eixting the program or when changing the log filename. This would greatly speed up the process.
The text was updated successfully, but these errors were encountered:
The logging mecanism is way too slow. The current implementation opens and closes the file each time an arduino function is called which is not effective with arduino functions that are time based (calls millis() multiple times).
A possible implementation would be to log every calls to memory and flush the memory to file when eixting the program or when changing the log filename. This would greatly speed up the process.
The text was updated successfully, but these errors were encountered: