From 2989ea637668f40757cab6d622cbc18a50b03364 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Sat, 15 Jun 2024 21:19:04 +0300 Subject: [PATCH] Broken EspSoftwareSerial example --- tests/common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/common.sh b/tests/common.sh index 1799f7b481..fc716abc66 100755 --- a/tests/common.sh +++ b/tests/common.sh @@ -45,7 +45,8 @@ function skip_ino() *"/TeensySdioDemo/"* | \ *"/TeensySdioLogger/"* | \ *"/UserChipSelectFunction/"* | \ - *"/UserSPIDriver/"*) + *"/UserSPIDriver/"* | \ + *"/onewiretest/"*) return 0 ;; *"Teensy"*)