last changes for 2.2.0

This commit is contained in:
Lubos Petrovic
2020-12-29 09:35:44 +01:00
parent 87c4b8c2bf
commit b01369dffe
5 changed files with 26 additions and 19 deletions

View File

@@ -220,6 +220,8 @@ void BoardInterface::loadSettings() {
*/
void BoardInterface::afterSetup() {
syslog->println("BoardInterface::afterSetup");
// Init Comm iterface
syslog->print("Init communication device: ");
syslog->println(liveData->settings.commType);