log buildInfo on connect

10.3.x-maintenance
cTn 2014-09-25 12:02:53 +02:00
parent fe4240deb7
commit 62e055f654
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ function onOpen(openInfo) {
}
} else {
MSP.send_message(MSP_codes.MSP_BUILDINFO, false, false, function () {
googleAnalytics.sendEvent('Firmware', 'Using', CONFIG.buildInfo);
GUI.log('Running firmware released on: <strong>' + CONFIG.buildInfo + '</strong>');
// continue as usually