代码拉取完成,页面将自动刷新
; 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:esp-wrover-kit]
platform = https://github.com/platformio/platform-espressif32.git
board = esp-wrover-kit
framework = arduino
monitor_speed = 115200
monitor_port = COM3
upload_speed = 2000000 ;ESP32S3 USB-Serial Converter maximum 2000000bps
upload_port = COM3
build_flags =
-I"$PROJECT_DIR/lib/atomthreads/kernel" -I"$PROJECT_DIR/lib/atomthreads/bsp/esp32"
-I"$PROJECT_DIR/lib/atomthreads/com" -I"$PROJECT_DIR/lib/atomthreads/drv"
-I"$PROJECT_DIR/lib/atomthreads/extra" -I"$PROJECT_DIR/lib/atomthreads/lib"
-I"$PROJECT_DIR/lib/atomthreads/ports/esp32" -I"$PROJECT_DIR/lib/atomthreads/device"
-I"$PROJECT_DIR/lib/iap/inc"
-I"$PROJECT_DIR/include/"
lib_deps =
atomthreads
iap
Wire
ESP32Time
WiFi
lib_extra_dirs =
~/Documents/Arduino/libraries
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。