mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 22:05:13 +03:00
Sonar and review fixes
This commit is contained in:
parent
612a4e4e37
commit
9111503886
2 changed files with 15 additions and 15 deletions
|
@ -283,7 +283,7 @@ var serial = {
|
|||
const devices = [];
|
||||
devices_array.forEach(function (device) {
|
||||
devices.push({
|
||||
path:device.path,
|
||||
path: device.path,
|
||||
displayName: device.displayName,
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue