diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 8bbc935..e0805ec 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -163,8 +163,8 @@ "escPPMCenterThrottle": { "message": "PPM Center Throttle" }, - "escPWMFrequency": { - "message": "PWM Frecuency" + "escAsyncPWMFrequency": { + "message": "Async-PWM Frecuency" }, "escProgrammingByTX": { "message": "Programming by TX" diff --git a/gulpfile.js b/gulpfile.js index dda9dbd..4354619 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -239,11 +239,10 @@ gulp.task('apps', ['dist', 'clean-apps'], function (done) { files: './dist/**/*', buildDir: appsDir, platforms: platforms, - flavor: 'normal', macIcns: './images/icon_128.icns', macPlist: { 'CFBundleDisplayName': 'BLHeli Configurator'}, winIco: './images/icon_128.ico', - version: '0.44.6' + version: '0.42.6' }); builder.on('log', console.log); builder.build(function (err) { @@ -270,7 +269,7 @@ gulp.task('debug', ['dist', 'clean-debug'], function (done) { macIcns: './images/icon_128.icns', macPlist: { 'CFBundleDisplayName': 'BLHeli Configurator'}, winIco: './images/icon_128.ico', - version: '0.44.6' + version: '0.42.6' }); builder.on('log', console.log); builder.build(function (err) { diff --git a/js/blheli_settings_description.js b/js/blheli_settings_description.js index 0618a1b..a680190 100644 --- a/js/blheli_settings_description.js +++ b/js/blheli_settings_description.js @@ -3,7 +3,7 @@ // layout 33, 16.3, 16.4, 16.5 16.9 var BLHELI_S_SETTINGS_LAYOUT_33 = [ { - name: 'PPM_MAX_THROTTLE', type: 'enum', label: 'escPWMFrequency', + name: 'PPM_MAX_THROTTLE', type: 'enum', label: 'escAsyncPWMFrequency', options: [ { value: '128', label: '24kHz' }, { value: '160', label: '48kHz' }, { value: '192', label: '96kHz' }