1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-21 15:25:22 +03:00

Devices may need updating once permissions are granted

This commit is contained in:
blckmn 2025-06-20 06:39:57 +10:00
parent cb6100a95b
commit a3aefb10c3

View file

@ -146,6 +146,7 @@ class WebSerial extends EventTarget {
} }
async getDevices() { async getDevices() {
await this.loadDevices();
return this.ports; return this.ports;
} }