Merge pull request #518 from ivankravets/patch-3

Declare support for ESP32
This commit is contained in:
Nick O'Leary 2020-05-20 01:37:47 +01:00 committed by GitHub
commit a69b18a4cb
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"
]
}