Fix string being located in RAM

This commit is contained in:
BlackMark 2020-04-13 00:54:44 +02:00
parent 16ebed63c2
commit 64d6df256d

View File

@ -295,7 +295,7 @@ class Terminal {
m_serial << detail::ENDL;
}
} else {
m_serial << "There is no data yet!" << detail::ENDL;
m_serial << F("There is no data yet!") << detail::ENDL;
}
}