PIIODevice threaded read refactoring

This commit is contained in:
2022-10-23 16:02:09 +03:00
parent e5777dde6c
commit 9438ab4e53
9 changed files with 157 additions and 121 deletions

View File

@@ -268,7 +268,7 @@ void PIEthernet::construct() {
#else
setThreadedReadBufferSize(65536);
#endif
setPriority(piHigh);
//setPriority(piHigh);
}