🩹 Suppress G33 string warning (#26095)

This commit is contained in:
ellensp 2023-07-22 15:05:04 +12:00 committed by GitHub
parent 91c6a7180d
commit 6379d4dbca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -649,7 +649,7 @@ void GcodeSuite::G33() {
SERIAL_ECHOLNPGM("Save with M500 and/or copy to Configuration.h");
}
else { // !end iterations
SString<14> msg;
SString<15> msg;
if (iterations < 31)
msg.setf(F("Iteration : %02i"), (unsigned int)iterations);
else