betaflight-configurator/cordova
danybd f4abe55308 cordova_serial.requestPermission() driver fix
Fight controller based on silabs CP2104 was not working as function call cordova_serial.requestPermission() without specify the driver parameter uses the default driver "CdcAcmSerialDriver" which is the wrong when usb-uart chip is a CP2104. This chip requires the driver "Cp21xxSerialDriver"

fix code smells

fix the automatically reported code smells

'CdcAcmSerialDriver' as default driver

In order to not rely on the fallback driver in the driver library define 'CdcAcmSerialDriver' explicit locally

Co-authored-by: haslinghuis <mark@numloq.nl>

add CP2102 and other CP210x single port devices into usb device filter
2021-06-16 13:02:19 +12:00
..
build.json Cordova framework integration, Android support, mobile UI & options tab 2020-07-03 16:19:33 +02:00
config_template.xml Gulp cordova generation in dist_cordova folder and fix cleaning 2020-07-06 09:24:27 +02:00
package_template.json Fixed auto dark theme on android 2020-08-28 16:49:03 +02:00
release.keystore Cordova framework integration, Android support, mobile UI & options tab 2020-07-03 16:19:33 +02:00
usb_device_filter.xml cordova_serial.requestPermission() driver fix 2021-06-16 13:02:19 +12:00
yarn.lock Fixed auto dark theme on android 2020-08-28 16:49:03 +02:00