-
Notifications
You must be signed in to change notification settings - Fork 1
/
platformio.ini
34 lines (30 loc) · 1.06 KB
/
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
27
28
29
30
31
32
33
34
; 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
[env:d1_mini]
; Using old core because of this issue: https://github.com/FastLED/FastLED/issues/1260
platform = [email protected]
board = d1_mini
framework = arduino
lib_deps =
adafruit/Adafruit GFX Library@^1.11.1
adafruit/Adafruit NeoPixel@^1.10.5
adafruit/Adafruit [email protected]
adafruit/Adafruit [email protected]
https://github.com/greiman/SSD1306Ascii.git@^1.3.2
fastled/FastLED@^3.5
hideakitai/Easing@^0.1.0
build_flags =
-w
monitor_speed = 115200
; Optional but you can use this if needed to resolve between multiple devices
; Linux uses these types of ports (ttyUSB.. or ttyACM..)
;upload_port = /dev/ttyUSB1
; Windows uses these types of ports
;upload_port = COM1