sim7660g-test/platformio.ini
2026-01-01 11:54:55 -05:00

23 lines
666 B
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
[platformio]
default_envs = esp32s3box
[env:esp32s3box]
platform = espressif32
board = esp32s3box
framework = arduino
monitor_speed = 115200
build_unflags = -DBOARD_HAS_PSRAM
board_build.psram_type = disabled
lib_deps =
vshymanskyy/StreamDebugger@^1.0.1
arduino-libraries/ArduinoHttpClient@^0.6.1