Created
April 13, 2020 20:09
-
-
Save Zeko369/d9d2016db3def0f61d1cf9fd4abbbf9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;PlatformIO Project Configuration File | |
; | |
; Build options: build flags, source filter | |
; Upload options: custom upload port, speed and extra flags | |
; Library options: dependencies, extra library storages | |
; Advanced options: extra scripting | |
; | |
; Please visit documentation for the other options and examples | |
; https://docs.platformio.org/page/projectconf.html | |
[platformio] | |
default_envs = node32s | |
[common_env_data] | |
lib_deps = | |
FastLED | |
[env:node32s] | |
framework = arduino | |
platform = espressif32 | |
board = node32s | |
monitor_speed = 115200 | |
lib_deps = | |
${common_env_data.lib_deps} | |
ESP32 AnalogWrite | |
[env:due] | |
framework = arduino | |
platform = atmelsam | |
board = due | |
monitor_speed = 115200 | |
lib_deps = | |
${common_env_data.lib_deps} | |
; libs | |
; pio lib install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment