Add original anycubic stuff for tft serial handling including serial flush in case of error.

This commit is contained in:
Knutwurst
2020-07-20 21:10:44 +02:00
parent d88d98d691
commit 1c3f1e9ada
4 changed files with 134 additions and 60 deletions

View File

@@ -141,4 +141,7 @@ FORCE_INLINE void HardwareSerialprintPGM(const char *str)
}
}
void NEWFlushSerialRequestResend();
void NEWClearToSend();
#endif