1
0
Fork 0
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:
Miguel Angel Mulero Martinez 2020-08-26 19:58:01 +02:00
parent 612a4e4e37
commit 9111503886
2 changed files with 15 additions and 15 deletions

View file

@ -283,7 +283,7 @@ var serial = {
const devices = [];
devices_array.forEach(function (device) {
devices.push({
path:device.path,
path: device.path,
displayName: device.displayName,
});
});