Declare support for ESP32

This commit is contained in:
Ivan Kravets 2018-11-06 13:34:26 +02:00 committed by GitHub
parent 26ce89fa47
commit 3f34227911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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