mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
- fix typo problem
This commit is contained in:
parent
5cc3608a61
commit
9b16f59b8f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ TABS.firmware_flasher.initialize = function (callback) {
|
|||
return;
|
||||
}
|
||||
|
||||
var target = match[1].replace("_", "_");
|
||||
var target = match[1].replace("_", " ");
|
||||
var format = match[2];
|
||||
|
||||
if (format != 'hex') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue