From 989e631ed7c9707af8ccbd5e94aa29b881afa1ce Mon Sep 17 00:00:00 2001 From: midilab Date: Tue, 16 May 2023 09:54:58 -0400 Subject: [PATCH] fix platformio library metadata for platforms and frameworks supported --- library.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 7e06292..35e6a97 100644 --- a/library.json +++ b/library.json @@ -19,7 +19,8 @@ ], "license": "MIT", "homepage": "https://midilab.co/umodular/", + "headers": "uClock.h", "dependencies": {}, - "frameworks": "*", - "platforms": "avr,arm,samd,stm32,esp32" + "frameworks": "Arduino", + "platforms": "atmelavr,atmelmegaavr,espressif32,ststm32,teensy" }