From 343f2cc24e1f21b3ecba058c3e63809aa2f06e46 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 28 Oct 2016 23:00:55 +0300 Subject: [PATCH] Allow any @PlatformIO development platform that has support for Arduino framework --- libraries/Crypto/library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Crypto/library.json b/libraries/Crypto/library.json index aebba4c9..5c29bc90 100644 --- a/libraries/Crypto/library.json +++ b/libraries/Crypto/library.json @@ -18,5 +18,5 @@ "url": "https://github.com/rweather/arduinolibs.git" }, "frameworks": "arduino", - "platforms": "atmelavr" + "platforms": "*" }