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 f6a5ef0 commit 47111a6Copy full SHA for 47111a6
libraries/BTstackLib/src/BTstackLib.h
@@ -2,8 +2,6 @@
2
Arduino Wrapper for BTstack
3
*/
4
5
-#warning The BTStackLib is no longer supported by BlueKitchen, use at your own risk
6
-
7
#include <_needsbt.h>
8
9
#ifndef __ARDUINO_BTSTACK_H
tests/common.sh
@@ -24,7 +24,6 @@ function skip_ino()
24
/p13_TouchSensorLamp/
25
/StringComparisonOperators/
26
/PDMSerialPlotter/
27
-/BTstackLib/
28
EOL
29
echo $ino | grep -q -F "$skiplist"
30
echo $(( 1 - $? ))
0 commit comments