Skip to content

Instantly share code, notes, and snippets.

@Zeko369
Created April 13, 2020 20:09
Show Gist options
  • Save Zeko369/d9d2016db3def0f61d1cf9fd4abbbf9a to your computer and use it in GitHub Desktop.
Save Zeko369/d9d2016db3def0f61d1cf9fd4abbbf9a to your computer and use it in GitHub Desktop.
;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