1
0
mirror of https://github.com/taigrr/arduinolibs synced 2026-04-15 15:40:39 -07:00

Allow any @PlatformIO development platform that has support for Arduino framework

This commit is contained in:
Ivan Kravets
2016-10-28 23:00:55 +03:00
committed by GitHub
parent 274ce083f5
commit 343f2cc24e

View File

@@ -18,5 +18,5 @@
"url": "https://github.com/rweather/arduinolibs.git"
},
"frameworks": "arduino",
"platforms": "atmelavr"
"platforms": "*"
}