forked from sharandac/My-TTGO-Watch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
61 lines (57 loc) · 1.87 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
; 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]
; overrides the default arduino-esp32 framework with an custom built arduino-esp32 framework
; the custom arduino-esp32 framework provides better power managment, dynamic frquency scaling and 80Mhz Flash/SPIRAM support
; built from https://github.com/espressif/esp32-arduino-lib-builder
platform_packages = framework-arduinoespressif32 @ https://github.com/sharandac/arduino-esp32-hedge.git
platform = espressif32
board = ttgo-t-watch
framework = arduino
lib_archive = true
board_build.f_flash = 80000000L
board_build.flash_mode = qio
monitor_speed = 115200
monitor_filters =
default
esp32_exception_decoder
board_build.embed_txtfiles =
src/gui/mainbar/setup_tile/time_settings/timezones.json
src_filter =
+<*>
lib_deps =
TTGO TWatch Library@=1.4.2
;ESP Async WebServer@>=1.2.0
AsyncTCP@>=1.1.1
ArduinoJson@>=6.15.2
luc-github/ESP32SSDP
;IRremoteESP8266@>=2.7.10
PubSubClient@>=2.8
;earlephilhower/ESP8266Audio
;earlephilhower/ESP8266SAM
;nailbuster/ESP8266FtpServer
;tobozo/ESP32-targz
https://github.com/tobozo/ESP32-targz/archive/refs/heads/1.0.5-beta.zip
;https://github.com/siara-cc/esp32_arduino_sqlite3_lib.git
[env:ttgo-t-watch-v1]
build_flags =
-D CORE_DEBUG_LEVEL=3
-D LILYGO_WATCH_2020_V1=1
-mfix-esp32-psram-cache-issue
[env:ttgo-t-watch-v2]
build_flags =
-D CORE_DEBUG_LEVEL=3
-D LILYGO_WATCH_2020_V2
-mfix-esp32-psram-cache-issue
[env:ttgo-t-watch-v3]
build_flags =
-D CORE_DEBUG_LEVEL=3
-D LILYGO_WATCH_2020_V3
-mfix-esp32-psram-cache-issue