forked from dl9rdz/rdz_ttgo_sonde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
60 lines (52 loc) · 2 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
; 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
[platformio]
src_dir = RX_FSK
data_dir = RX_FSK/data
[extra]
lib_deps_builtin =
; src
lib_deps_external =
#olikraus/U8g2 @ ^2.35.8
olikraus/U8g2
stevemarple/MicroNMEA @ ^2.0.5
https://github.com/me-no-dev/AsyncTCP
https://github.com/dl9rdz/ESPAsyncWebServer.git
# https://github.com/me-no-dev/ESPAsyncWebServer/archive/refs/heads/master.zip
https://github.com/moononournation/Arduino_GFX
# symlink:///Users/hansr/src/Arduino_GFX
https://github.com/dx168b/async-mqtt-client
[env:ttgo-lora32]
# PlatformIO currently has no direct support for Arduino-ISP 3.0.4
# There is a modified version from tasmota that supports that... let's use this (this also saves some code space)
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.08.10/platform-espressif32.zip
; board = heltec_wifi_lora_32
board = ttgo-lora32-v21
board_build.filesystem = littlefs
framework = arduino
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
lib_deps =
${extra.lib_deps_builtin}
${extra.lib_deps_external}
paulstoffregen/Time@^1.6.0
lib_ignore = Time
; Same as with ArduinoIDE. Saves around 27k code
build_flags = -DCORE_DEBUG_LEVEL=0
; Add / remove the following two lines for separate fonts partition in flash
; after changes:
; - pio run --target=upload (uploads partition table)
; - pio run --target=uploadfs (uploads file system matching the new partition table)
; if enable also do:
; - pio run --target=uploadfonts (uploads fonts.bin created during the first pio run)
; Then everything should be "back to normal"
;
extra_scripts = scripts/pio-build-extension.py
board_build.partitions = partitions-rdz.csv