From 146077379a1b42f29f523b452013ff4325ff897f Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Tue, 11 Jan 2022 07:17:13 +0100 Subject: [PATCH] Fix: The Braccio carrier is targeting the Arduino Nano RP2040 Connect, not every available architecture. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 62198d7..721a709 100644 --- a/library.properties +++ b/library.properties @@ -6,6 +6,6 @@ sentence=Board support library for the Arduino Braccio++ 6-DOF robot arm. paragraph=This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm. category=Communication url=https://www.arduino.cc/en/Braccio++/Braccio++ -architectures=* +architectures=mbed,mbed_nano includes=Braccio++.h depends=lvgl