Skip to content

Commit ddef02e

Browse files
committed
Added platform specifier for PlatformIO. Closes Arduino-IRremote#847. Thanks to programminghoch10!
1 parent 65ab27e commit ddef02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"version": "3.1.1",
1111
"frameworks": "arduino",
12-
"platforms": "atmelavr",
12+
"platforms": ["atmelavr", "atmelmegaavr", "atmelsam", "espressif8266", "espressif32", "ststm32"],
1313
"authors" :
1414
[
1515
{

0 commit comments

Comments
 (0)