Initial version of build script for @PlatformIO; CI integration for Linux, macOS and Windows (#153)
* Initial version of build script for @PlatformIO; CI integration for Linux, macOS and Windows * Remove CI badges
Showing
appveyor.yml
0 → 100644
package.json
0 → 100755
{ | ||
"name": "framework-arduinoespressif32", | ||
"description": "Arduino Wiring-based Framework (ESP32 Core)", | ||
"version": "0.0.0", | ||
"url": "https://github.com/espressif/arduino-esp32" | ||
} | ||
\ No newline at end of file |
tools/platformio-build.py
0 → 100644
Please register or sign in to comment