Skip to content

Commit bd6b20d

Browse files
Mark the BTStackLib as unsupported (#1751)
Per bluekitchen/btstack#529 (comment) Don't run BTstackLib examples in CI
1 parent 3cc68f8 commit bd6b20d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

libraries/BTstackLib/src/BTstackLib.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Arduino Wrapper for BTstack
33
*/
44

5+
#warning The BTStackLib is no longer supported by BlueKitchen, use at your own risk
6+
57
#include <_needsbt.h>
68

79
#ifndef __ARDUINO_BTSTACK_H

tests/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function skip_ino()
2424
/p13_TouchSensorLamp/
2525
/StringComparisonOperators/
2626
/PDMSerialPlotter/
27+
/BTstackLib/
2728
EOL
2829
echo $ino | grep -q -F "$skiplist"
2930
echo $(( 1 - $? ))

0 commit comments

Comments
 (0)