forked from cghdev/panel-led-mqtt
-
Notifications
You must be signed in to change notification settings - Fork 2
/
platformio.ini
31 lines (28 loc) · 877 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
27
28
29
30
31
; 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 = dev
[env]
platform = [email protected]
board = esp32doit-devkit-v1
framework = arduino
board_build.f_cpu = 240000000L
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
lib_ldf_mode = chain+
lib_deps =
knolleary/PubSubClient@^2.8
bblanchon/ArduinoJson@^6.17.3
pixelmatix/SmartMatrix@^4.0.3
bitbank2/AnimatedGIF@^1.3.2
pixelmatix/GifDecoder@^1.1.0
[env:dev]
;upload_port = /dev/cu.SLAB_USBtoUART ; Older MacOS
;upload_port = /dev/usbserial* ; Newer MacOS