代码拉取完成,页面将自动刷新
; 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 = esp32dev
[env]
platform = espressif32@5.2.0
framework = arduino
monitor_speed = 115200
upload_speed = 921600
lib_deps =
mathertel/OneButton @ ^2.0.3
board_build.partitions = partitions.csv
[env:esp32dev]
; platform = espressif32
board = esp32dev
; framework = arduino
; monitor_speed = 115200
; upload_speed = 921600
lib_deps =
${env.lib_deps}
; mathertel/OneButton @ ^2.0.3
; fastled/FastLED @ ~3.5.0
build_flags = -D BOARD_HAS_PSRAM
; -D configUSE_TRACE_FACILITY=1
; -D configUSE_STATS_FORMATTING_FUNCTIONS=1
; -D CORE_DEBUG_LEVEL=1
; -D CONFIG_ARDUHAL_LOG_COLORS=1
board_build.partitions = ${env.board_build.partitions}
[env:nodemcu-32s]
; platform = espressif32
board = nodemcu-32s
; framework = arduino
; monitor_speed = 115200
; upload_speed = 921600
lib_deps =
${env.lib_deps}
; mathertel/OneButton @ ^2.0.3
; fastled/FastLED @ ~3.5.0
build_flags = -D configUSE_TRACE_FACILITY=1
-D configUSE_STATS_FORMATTING_FUNCTIONS=1
board_build.partitions = ${env.board_build.partitions}
; monitor_filters = esp32_exception_decoder
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。