Various fixes for MarlinUI and ExtUI (#12439)
This commit is contained in:
parent
d3605cfc26
commit
c1e17037e5
24 changed files with 226 additions and 216 deletions
|
|
@ -25,8 +25,8 @@
|
|||
|
||||
uint8_t marlin_debug_flags = MARLIN_DEBUG_NONE;
|
||||
|
||||
const char errormagic[] PROGMEM = "Error:";
|
||||
const char echomagic[] PROGMEM = "echo:";
|
||||
static const char errormagic[] PROGMEM = "Error:";
|
||||
static const char echomagic[] PROGMEM = "echo:";
|
||||
|
||||
#if NUM_SERIAL > 1
|
||||
void serialprintPGM_P(const int8_t p, const char * str) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue