We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e6b70 commit 28e2789Copy full SHA for 28e2789
ci.sh
@@ -328,6 +328,8 @@ rm out/tests/pimoroni-pico-plus-2/gpio_multicore
328
rm out/tests/pimoroni-pico-plus-2/flash
329
# This test passes locally but fails on the HIL, no idea why
330
rm out/tests/pimoroni-pico-plus-2/i2c
331
+# The pico2 plus doesn't have the adcs hooked up like the picoW does.
332
+rm out/tests/pimoroni-pico-plus-2/adc
333
334
if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
335
echo No teleprobe token found, skipping running HIL tests
0 commit comments