-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
31 lines (29 loc) · 839 Bytes
/
Copy pathplatformio.ini
File metadata and controls
31 lines (29 loc) · 839 Bytes
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
; 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]
default_envs = esp32s3_feather_tft
[env:esp32s3_feather_tft]
platform = espressif32
board = adafruit_feather_esp32s3_tft
framework = arduino
monitor_speed = 115200
lib_ldf_mode = deep+
lib_deps =
adafruit/Adafruit LSM6DS@^4.7.4
adafruit/Adafruit NeoPixel@^1.12.3
madhephaestus/ESP32Servo@>=0.13.0
NeoPixel
AccessPointHelper
GrpcServer
MotorController
bblanchon/ArduinoJson@^7.2.1
build_flags = -DCORE_DEBUG_LEVEL=3
-DTELEPLOT_ENABLE=1
-DGRPC_ESP32=1