1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

log buildInfo on connect

This commit is contained in:
cTn 2014-09-25 12:02:53 +02:00
parent fe4240deb7
commit 62e055f654

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