feat: init
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
; PlatformIO Project Configuration File
|
||||
; ESP32-S3 + R60ABD1 60G 毫米波雷达 健康监测系统
|
||||
|
||||
[env:esp32-s3-devkitc-1]
|
||||
platform = espressif32
|
||||
board = esp32-s3-devkitc-1
|
||||
framework = arduino
|
||||
|
||||
; 串口监视器
|
||||
monitor_speed = 115200
|
||||
monitor_filters = direct
|
||||
|
||||
; Flash 配置
|
||||
board_build.flash_mode = qio
|
||||
board_build.filesystem = littlefs
|
||||
board_build.partitions = default_8MB.csv
|
||||
board_build.arduino.memory_type = qio_opi
|
||||
|
||||
; 编译选项 - 优化速度
|
||||
build_flags =
|
||||
-Os
|
||||
-DCORE_DEBUG_LEVEL=0
|
||||
-DARDUINO_USB_CDC_ON_BOOT=1
|
||||
-DBOARD_HAS_PSRAM
|
||||
|
||||
; 库依赖
|
||||
lib_deps =
|
||||
; WiFi 配网 (自带 captive portal)
|
||||
tzapu/WiFiManager@^2.0.17
|
||||
|
||||
; MQTT 客户端
|
||||
knolleary/PubSubClient@^2.8
|
||||
|
||||
; JSON 解析 (更省内存)
|
||||
bblanchon/ArduinoJson@^7.1.0
|
||||
|
||||
; DHT11 温湿度传感器
|
||||
adafruit/DHT sensor library@^1.4.6
|
||||
adafruit/Adafruit Unified Sensor@^1.1.14
|
||||
|
||||
; OLED 显示屏 (SSD1306 128x64 I2C)
|
||||
olikraus/U8g2@^2.35.30
|
||||
|
||||
; 上传配置
|
||||
upload_speed = 921600
|
||||
upload_port = COM15
|
||||
Reference in New Issue
Block a user