1 Star 0 Fork 0

AlgoIdeas/ESP32-Weather-Clock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
platformio.ini 809 Bytes
一键复制 编辑 原始数据 按行查看 历史
AlgoIdeas 提交于 2021-12-26 19:59 +08:00 . update HeFeng.cpp and Seniverse.cpp
; 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:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
build_flags = -DLV_LVGL_H_INCLUDE_SIMPLE
-I./src/lv_app
-I./src/lv_app/font
-I./src/lv_app/image
-I./src/lv_drivers/display
-I./src/lv_drivers/indev
-I./src/network
-I./src/sdcard
lib_deps =
FS
SPIFFS
lvgl
TFT_Touch
Wire
ArduinoJson
WiFi
WebServer
DNSServer
Update
WiFiManager
WiFiClientSecure
board_build.partitions = huge_app.csv
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/algoideas/ESP32-Weather-Clock.git
git@gitee.com:algoideas/ESP32-Weather-Clock.git
algoideas
ESP32-Weather-Clock
ESP32-Weather-Clock
main

搜索帮助