1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

Added checking for latest configurator release and update notification.

This commit is contained in:
mikeller 2017-12-03 18:41:11 +13:00
parent 8278ba83a4
commit ec8b7449f8
9 changed files with 225 additions and 199 deletions

View file

@ -181,6 +181,7 @@ gulp.task('dist', ['clean-dist'], function () {
'./js/RateCurve.js',
'./js/Features.js',
'./js/Beepers.js',
'./js/release_checker.js',
'./tabs/adjustments.js',
'./tabs/auxiliary.js',
'./tabs/cli.js',