forked from GuruSR/Watchy_GSR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
38 lines (33 loc) · 1.16 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
; PlatformIO Project Configuration File
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = nowatchy
[env]
lib_ldf_mode = deep+ ; Needed to plumb the depths of library dependencies
lib_deps =
https://github.com/GuruSR/Olson2POSIX.git
https://github.com/GuruSR/SmallNTP.git
https://github.com/GuruSR/SmallRTC.git
https://github.com/GuruSR/StableBMA.git
https://github.com/tzapu/WiFiManager.git ; unused, needed to build Watchy
https://github.com/orbitalair/Rtc_Pcf8563.git @ 1.0.3
sqfmi/Watchy
[env:watchy-v1-v2]
platform = espressif32
framework = arduino
platform_packages = framework-arduinoespressif32 @ 3.20011.230801
board = esp32dev
board_build.partitions = min_spiffs.csv
board_build.hwids = 10C4, EA60 ; The CP2102N used on Watchy
monitor_speed = 115200
[env:watchy-v3]
platform = espressif32
framework = arduino
platform_packages = framework-arduinoespressif32
board = esp32-s3-devkitc-1
board_build.mcu = esp32s3
board_build.partitions = default_8MB.csv
build_flags = -DARDUINO_ESP32S3_DEV=1
monitor_speed = 115200
[env:nowatchy]
; So, pick the right environment for your Watchy.