Skip to content

Commit

Permalink
Fixed Advert issue
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Oct 14, 2013
1 parent dd855c4 commit 0af57f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main_window.cpp
Expand Up @@ -306,7 +306,8 @@ void MainWindow::updateAdvert()
Advert ad(tr("N/A").toAscii(),
version.toAscii(),
tr("computer").toAscii(),
displayName().toAscii());
displayName().toAscii(),
KOVAN_SERIAL_PORT);
m_heartbeat->setAdvert(ad);
}

Expand Down

0 comments on commit 0af57f6

Please sign in to comment.