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

CDC device tests with MCP2221

This commit is contained in:
Kai Morich
2025-04-17 22:49:38 +02:00
parent 52042f8c3e
commit 06faad5622
4 changed files with 121 additions and 126 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'
}
arduino {
mcp2221 {
dimension 'device'
testInstrumentationRunnerArguments = ['test_device_driver': 'CdcAcm']
}