-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
40 lines (38 loc) · 1.12 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
; 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 =
LILYGO_T5_V231
description = Monitor e-ink to show current temperature of Smart-Swimmingpool.
[env:LILYGO_T5_V231]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
adafruit/Adafruit BusIO @ ^1.11.3
adafruit/Adafruit GFX Library @ ^1.10.12
zinggjm/GxEPD @ ^3.1.1
juerd/ESP-WiFiSettings@^3.8.0
olikraus/U8g2@^2.33.3
olikraus/U8g2_for_Adafruit_GFX@^1.8.0
knolleary/PubSubClient @ ^2.8
arduino-libraries/NTPClient@^3.1.0
madpilot/mDNSResolver@^0.3
jchristensen/Timezone@^1.2.4
build_flags =
${env.build_flags}
-D SERIAL_SPEED=115200
-D LILYGO_T5_V231
upload_port = COM10
upload_speed = 2000000
monitor_port = COM10
monitor_speed = 115200
monitor_filters = esp32_exception_decoder, time, default
test_ignore = test_desktop