Unverified Commit bd6b20de authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Mark the BTStackLib as unsupported (#1751)

Per https://github.com/bluekitchen/btstack/issues/529#issuecomment-1746293987
Don't run BTstackLib examples in CI
parent 3cc68f82
......@@ -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
......
......@@ -24,6 +24,7 @@ function skip_ino()
/p13_TouchSensorLamp/
/StringComparisonOperators/
/PDMSerialPlotter/
/BTstackLib/
EOL
echo $ino | grep -q -F "$skiplist"
echo $(( 1 - $? ))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment