Use PGM serial strings
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user