mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 21:05:28 +03:00
log buildInfo on connect
This commit is contained in:
parent
fe4240deb7
commit
62e055f654
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ function onOpen(openInfo) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
MSP.send_message(MSP_codes.MSP_BUILDINFO, false, false, function () {
|
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>');
|
GUI.log('Running firmware released on: <strong>' + CONFIG.buildInfo + '</strong>');
|
||||||
|
|
||||||
// continue as usually
|
// continue as usually
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue