Skip to content

Commit

Permalink
Rename to AsyncPwm, use nw 42.6
Browse files Browse the repository at this point in the history
  • Loading branch information
asizon committed Aug 7, 2020
1 parent fc4440b commit 3b72df8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
"escPPMCenterThrottle": {
"message": "PPM Center Throttle"
},
"escPWMFrequency": {
"message": "PWM Frecuency"
"escAsyncPWMFrequency": {
"message": "Async-PWM Frecuency"
},
"escProgrammingByTX": {
"message": "Programming by TX"
Expand Down
5 changes: 2 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion js/blheli_settings_description.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 3b72df8

Please sign in to comment.