-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
34 lines (30 loc) · 1.09 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
[env]
build_flags = -Wall -std=gnu++17
build_unflags = -std=gnu++11
[env:watchy]
platform = espressif32
framework = arduino
board = esp32dev
board_build.partitions = min_spiffs.csv ; OTA updates (two app slots), but no space for the SPIFFS (as it is currently not used)
monitor_filters = esp32_exception_decoder ; Well, it works?!
platform_packages = framework-arduinoespressif32 @ 3.20002.220503
monitor_speed = 115200
lib_ldf_mode = deep+
lib_deps =
https://github.com/tzapu/WiFiManager.git
https://github.com/orbitalair/Rtc_Pcf8563.git
https://github.com/ZinggJM/GxEPD2.git#master
DS3232RTC
NTPClient
https://github.com/dmkishi/Dusk2Dawn
https://github.com/rpolitex/ArduinoNvs
; adafruit/Adafruit Unified Sensor@^1.1.4
; adafruit/Adafruit BME280 Library@^2.1.1
; adafruit/Adafruit BusIO@^1.8.3,!=1.9.7
; makuna/RTC@^2.3.5
; bblanchon/ArduinoJson@^6.17.3
build_flags =
-D OSW_TARGET_PLATFORM_HEADER='"platform/WATCHY_V1.0.h"'
-D OSW_FEATURE_STATS_STEPS
-D OSW_FEATURE_WIFI
build_type = release