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
That's because size_t Print::print(const String &s) calls write for each char, instead that using String internal buffer and len attributes
Using them directly makes print 12 times faster (as measured by Silverstrino)