-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathplatformio.ini
More file actions
66 lines (58 loc) · 2.01 KB
/
platformio.ini
File metadata and controls
66 lines (58 loc) · 2.01 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
; PlatformIO Project Configuration File
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = nowatchy
[env]
lib_ldf_mode = deep
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/GuruSR/Older_Rtc_Pcf8563.git#4967023f1eee101cd8759a8414a9c93980bfad51
https://github.com/ZinggJM/GxEPD2.git#master
https://github.com/JChristensen/DS3232RTC.git#58c5e0240ca6eab910cc2d25ae6a9c5955aa5be2
https://github.com/adafruit/Adafruit-GFX-Library.git
https://github.com/bblanchon/ArduinoJson.git
https://github.com/arduino-libraries/NTPClient.git
https://github.com/lewisxhe/BMA423_Library.git
build_unflags = -Werror=all
[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 CP210xN 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:watchy-v1-v2-msvc]
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 CP210xN used on Watchy
build_flags = -Zc:__cplusplus
monitor_speed = 115200
[env:watchy-v3-msvc]
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 =
-Zc:__cplusplus
-DARDUINO_ESP32S3_DEV=1
monitor_speed = 115200
[env:nowatchy]
; So, pick the right environment for your Watchy.