Change boot-up message to include version

This commit is contained in:
BlackMark 2020-04-06 16:36:33 +02:00
parent 9ab76f4ce5
commit 67559642a3

View File

@ -29,7 +29,9 @@ class Terminal {
{
m_serial.init();
m_serial << ENDL << F("FanTemp Control Panel") << ENDL << ENDL << F("$ ");
m_serial << ENDL;
printVersion();
m_serial << ENDL << F("$ ");
}
static void callback()