Use PGM serial strings

This commit is contained in:
Scott Lahteine
2020-10-19 04:24:57 -05:00
parent cf0a817db1
commit ff9a27ee9f
6 changed files with 22 additions and 36 deletions

View File

@ -294,7 +294,7 @@ namespace Anycubic {
void ChironTFT::SendtoTFTLN(PGM_P str = nullptr) {
if (str != nullptr) {
#if ACDEBUG(AC_SOME)
SERIAL_ECHO("> ");
SERIAL_ECHOPGM("> ");
#endif
SendtoTFT(str);
#if ACDEBUG(AC_SOME)