55 lines
1.4 KiB
INI
55 lines
1.4 KiB
INI
; 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:esp32-s3-devkitc-1]
|
|
|
|
platform = http://172.16.0.251/esp32/platform-espressif32_arduino3.1.1.zip
|
|
board = esp32-s3-devkitc-1
|
|
framework = arduino
|
|
|
|
board_upload.flash_size=4MB
|
|
board_upload.psram_size =2MB
|
|
lib_deps =
|
|
|
|
bblanchon/ArduinoJson @ 7.4.2
|
|
arduino-libraries/ArduinoHttpClient @ 0.6.1
|
|
; vshymanskyy/TinyGSM@^0.11.5
|
|
; knolleary/PubSubClient@^2.8
|
|
; plerup/EspSoftwareSerial@^6.15.2
|
|
; arduino-libraries/ArduinoHttpClient@^0.4.0
|
|
; janelia-arduino/Vector@^1.2.2
|
|
|
|
; milesburton/DallasTemperature@^3.11.0
|
|
; adafruit/Adafruit MLX90614 Library@^2.1.3
|
|
; sparkfun/SparkFun u-blox Arduino Library@^1.8.11
|
|
; bblanchon/ArduinoJson@^6.20.1
|
|
; paulstoffregen/OneWire@^2.3.8
|
|
; jpb10/SolarCalculator @ 2.0.1
|
|
; luisllamasbinaburo/InterpolationLib @ ^1.0.2
|
|
|
|
; ; simsso/ShiftRegister74HC595 @ 1.3.1
|
|
; ; makuna/RTC @ 2.4.2
|
|
|
|
; ; build_flags:
|
|
; ; -g
|
|
|
|
build_flags = -DARDUINO_USB_CDC_ON_BOOT=1 ; Enable USB CDC
|
|
-DCORE_DEBUG_LEVEL=1 ; Set debug level
|
|
|
|
board_build.partitions = partitions.csv
|
|
board_build.filesystem = spiffs
|
|
|
|
|
|
monitor_filters = esp32_exception_decoder
|
|
monitor_speed = 115200
|
|
|