From fea0d2273c62a1598bb86b79cd2659d09fd7122f Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Tue, 14 Jun 2022 13:26:56 +0200 Subject: [PATCH] Fix platform value for Portenta --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 88a1a14..e454354 100644 --- a/library.json +++ b/library.json @@ -31,7 +31,7 @@ }, "license": "LGPL-3.0", "frameworks": "*", - "platforms": "mbed_portenta", + "platforms": "ststm32", "examples": "examples/*/*/*.ino", "headers": "Portenta_H7_AsyncTCP.h" }