From f363dbf786a5a43add8be5a6f4a5205baed7c2d6 Mon Sep 17 00:00:00 2001 From: George Talusan Date: Tue, 7 Nov 2017 20:52:20 -0500 Subject: [PATCH] be explicit about compatible architectures --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 186506f..fcf3da2 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ sentence=An Arduino library for creating custom BLE peripherals. paragraph=Supports nRF8001 and nRF51822 based boards/shields category=Communication url=https://github.com/sandeepmistry/arduino-BLEPeripheral -architectures=* +architectures=nRF5,avr,samd,sam includes=BLEPeripheral.h