Merge pull request #21 from cwt137/add-platform

Add platform espressif8266
This commit is contained in:
marcoschwartz 2018-02-11 15:46:08 +01:00 committed by GitHub
commit 4d7e3ee1d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
"frameworks": "arduino",
"platforms":
[
"atmelavr"
"atmelavr",
"espressif8266"
]
}
}