diff --git a/libraries/BTstackLib/src/BTstackLib.h b/libraries/BTstackLib/src/BTstackLib.h index f5d4ada27..f8e937da8 100644 --- a/libraries/BTstackLib/src/BTstackLib.h +++ b/libraries/BTstackLib/src/BTstackLib.h @@ -2,6 +2,8 @@ Arduino Wrapper for BTstack */ +#warning The BTStackLib is no longer supported by BlueKitchen, use at your own risk + #include <_needsbt.h> #ifndef __ARDUINO_BTSTACK_H diff --git a/tests/common.sh b/tests/common.sh index 8b1ac89ce..4ce0c9cd4 100755 --- a/tests/common.sh +++ b/tests/common.sh @@ -24,6 +24,7 @@ function skip_ino() /p13_TouchSensorLamp/ /StringComparisonOperators/ /PDMSerialPlotter/ +/BTstackLib/ EOL echo $ino | grep -q -F "$skiplist" echo $(( 1 - $? ))