1 Star 0 Fork 0

智能家居/esp32_box

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
platformio.ini 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
yohu 提交于 2024-10-22 22:02 . lvgl_box 移植时钟
; 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-LCD]
platform = espressif32
board = esp32s3box
framework = arduino
platform_packages =
platformio/framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git
platformio/framework-arduinoespressif32-libs@https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
upload_speed = 921600
monitor_speed = 115200
;build_flags =
; -DBOARD_HAS_PSRAM
; -DLV_CONF_INCLUDE_SIMPLE
; -DDISABLE_ALL_LIBRARY_WARNINGS
; -DARDUINO_USB_CDC_ON_BOOT=1
; -DCORE_DEBUG_LEVEL=1
; -DLV_LVGL_H_INCLUDE_SIMPLE
; -I src
build_flags =
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-DCONFIG_MBEDTLS_DYNAMIC_BUFFER=1
-DCONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST=1
-DCONFIG_SPIRAM_CACHE_WORKAROUND=1
board_build.partitions = huge_app.csv
lib_deps =
arduino-libraries/NTPClient@^3.2.1
bblanchon/ArduinoJson@6.21.3
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huyong_smart_home/esp32_box.git
git@gitee.com:huyong_smart_home/esp32_box.git
huyong_smart_home
esp32_box
esp32_box
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385