From c4139364592db4afbc4d7ca4c32b20a8de708928 Mon Sep 17 00:00:00 2001 From: lindevs Date: Sun, 13 Nov 2022 13:35:36 +0200 Subject: [PATCH] update library.json --- library.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index c8f7748..786d74b 100644 --- a/library.json +++ b/library.json @@ -15,14 +15,18 @@ } ], "license": "Apache-2.0", - "frameworks": ["arduino"], + "frameworks": [ + "arduino" + ], "platforms": "*", "headers": "core_arduino.h", "examples": [ { "name": "Benchmark", "base": "examples", - "files": "main.cpp" + "files": [ + "main.cpp" + ] } ] }