forked from nakhonthai/ESP32APRS_T-TWR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
49 lines (46 loc) · 1.48 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
; 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:esp32s3box]
platform = [email protected]
board = esp32s3box
board_build.f_cpu = 240000000L
board_build.f_flash = 80000000L
board_build.partitions = partitions.csv
framework = arduino
monitor_speed = 115200
upload_protocol = esptool
monitor_filters = esp32_exception_decoder
lib_deps =
adafruit/Adafruit SSD1306@^2.5.7
densaugeo/base64@^1.2.1
tinyu-zhao/TinyGPSPlus-ESP32@^0.0.2
suculent/ESP32httpUpdate@^2.1.145
lewisxhe/XPowersLib@^0.1.7
adafruit/Adafruit NeoPixel@^1.11.0
igorantolic/Ai Esp32 Rotary Encoder@^1.6
zmeiresearch/Wireguard client for LwIP on ESP32@^1.0.1
ricmoo/QRCode@^0.0.1
plerup/[email protected]
build_flags =
-L./lib
-Wl,-Map,output.map
-DCONFIG_DISABLE_HAL_LOCKS=1
-DBOARD_HAS_PSRAM
-UARDUINO_USB_CDC_ON_BOOT
-mfix-esp32-psram-cache-issue
-DCORE_DEBUG_LEVEL=5
; [env:sa868_vhf_open_edition]
; build_flags = ${env.build_flags} -DSA868_OPEN_EDITION
; lib_deps = plerup/EspSoftwareSerial@^8.2.0
; [env:sa868_vhf_open_edition_debug]
; debug_tool = esp-builtin
; build_type = debug
; build_flags = ${env:sa868_vhf_open_edition.build_flags} -DCORE_DEBUG_LEVEL=5
; lib_deps = plerup/EspSoftwareSerial@^8.2.0