-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
26 lines (23 loc) · 917 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
; 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
; http://docs.platformio.org/page/projectconf.html
[env:featheresp32]
; Following is from here: http://docs.platformio.org/en/latest/platforms/espressif32.html#using-arduino-framework-with-staging-version
platform = https://github.com/platformio/platform-espressif32.git#feature/stage
;platform = espressif32
board = featheresp32
framework = arduino
monitor_speed = 115200
; Not sure why this has to be specified explicitly, maybe because it
; contains a space?
; build_flags = "-I./.piolibdeps/Adafruit NeoPixel_ID28" -DARDUINO=100
; lib_deps =
; Adafruit NeoPixel
lib_deps =
NeoPixelBus