Fix string being located in RAM
This commit is contained in:
parent
16ebed63c2
commit
64d6df256d
@ -295,7 +295,7 @@ class Terminal {
|
|||||||
m_serial << detail::ENDL;
|
m_serial << detail::ENDL;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
m_serial << "There is no data yet!" << detail::ENDL;
|
m_serial << F("There is no data yet!") << detail::ENDL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user