Skip to content

Commit 63a062b

Browse files
committed
[CI] Update config for ARMED V1 variant
Only 3 Ax on ARMED V1 so remove sketches using higher analog pins. Signed-off-by: Frederic.Pillon <[email protected]>
1 parent b6f1f22 commit 63a062b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CI/build/conf/cores_config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@
108108
{
109109
"pattern": "StringComparisonOperators.ino",
110110
"applicable": false,
111-
"boards": [ "RAK811_TRACKER", "REMRAM_V1" ]
111+
"boards": [ "ARMED_V1", "RAK811_TRACKER", "REMRAM_V1" ]
112112
},
113113
{
114114
"pattern": "ADXL3xx.ino",
115115
"applicable": false,
116-
"boards": [ "RAK811_TRACKER" ]
116+
"boards": [ "ARMED_V1", "RAK811_TRACKER" ]
117117
},
118118
{
119119
"pattern": "SerialLoop.ino|Tests_basic_functions.ino",

0 commit comments

Comments
 (0)