-
Notifications
You must be signed in to change notification settings - Fork 1
/
platformio.ini
31 lines (30 loc) · 1016 Bytes
/
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
; 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:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
bodmer/TFT_eSPI@^2.3.3
lvgl/lvgl@^7.1.0
paulstoffregen/[email protected]+sha.26b691b2c8
beegee-tokyo/DHT sensor library for ESPx@^1.17
madhephaestus/ESP32Servo@^0.9.0
hieromon/AutoConnect@^1.2.1
milesburton/DallasTemperature@^3.9.1
adafruit/Adafruit BME280 Library@^2.1.2
256dpi/MQTT@^2.4.8
lib_ldf_mode = deep+
monitor_speed = 115200
monitor_port = /dev/ttyUSB1
upload_speed = 921600
upload_port = /dev/ttyUSB1
board_build.partitions = /$PROJECT_DIR/custompart.csv
build_flags = -DLV_CONF_INCLUDE_SIMPLE -DPB_USE_LITTLEFS -DAC_USE_LITTLEFS