Skip to content

Commit 7e3d1bd

Browse files
authored
Broken EspSoftwareSerial example (#9153)
1 parent 754324e commit 7e3d1bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/common.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ function skip_ino()
4545
*"/TeensySdioDemo/"* | \
4646
*"/TeensySdioLogger/"* | \
4747
*"/UserChipSelectFunction/"* | \
48-
*"/UserSPIDriver/"*)
48+
*"/UserSPIDriver/"* | \
49+
*"/onewiretest/"*)
4950
return 0
5051
;;
5152
*"Teensy"*)

0 commit comments

Comments
 (0)