-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
35 lines (27 loc) · 980 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
32
33
34
35
; 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:Watchy]
build_type=debug
platform = espressif32 @ ~6.5.0
board = esp32dev
framework = arduino
platform_packages = framework-arduinoespressif32 @ 3.20014.231204
build_flags = -DBLE_42_FEATURE_SUPPORT=TRUE -DBLE_50_FEATURE_SUPPORT=TRUE
monitor_filters = esp32_exception_decoder
monitor_speed = 115200
lib_ldf_mode = deep+
board_build.partitions = min_spiffs.csv
lib_deps =
https://github.com/Firegate1075/Rtc_Pcf8563
https://github.com/tzapu/WiFiManager#v2.0.16-rc.2
adafruit/Adafruit GFX Library@^1.11.9
zinggjm/GxEPD2@^1.5.5
etlcpp/Embedded Template Library@^20.38.2
bblanchon/ArduinoJson@^7.0.4