somewhat working config
This commit is contained in:
parent
7c63c76e7a
commit
3f7e695a70
4 changed files with 161 additions and 6 deletions
|
|
@ -8,9 +8,16 @@
|
|||
; 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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue