-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
41 lines (38 loc) · 1.13 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
35
36
37
38
39
40
41
; 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 = esp32dev
name = Clockwise
[env:native]
platform = native
test_framework = unity
test_ignore = test_embedded
[env:esp32dev]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
test_ignore = test_native
monitor_speed = 115200
lib_deps =
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git
adafruit/Adafruit GFX Library@^1.10.1
adafruit/Adafruit BusIO@^1.5.0
SPI
Wire
ropg/ezTime@^0.8.3
https://github.com/jnthas/Improv-WiFi-Library
https://github.com/tzapu/WiFiManager
bblanchon/ArduinoJson@^6.21.2
bitbank2/PNGdec@^1.0.1
build_src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<clockfaces/>
build_flags =
-D CW_FW_VERSION="\"1.4.2\""
-D CW_FW_NAME="\"${sysenv.FW_NAME}\""
; -DNO_GFX=1