1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +00:00

CDC device test with CH343

This commit is contained in:
kai-morich
2026-07-10 16:47:21 +02:00
parent fa87b7dc4f
commit 76d6a3ad57
4 changed files with 49 additions and 32 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ android {
// Used as fallback in usbSerialExample/build.gradle -> missingDimensionStrategy, but not for coverage report
dimension 'device'
}
mcp2221 {
ch343 {
dimension 'device'
testInstrumentationRunnerArguments = ['test_device_driver': 'CdcAcm']
}