1 Star 0 Fork 0

zx2591/ESP32-to-ESP32

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
platformio.ini 991 Bytes
一键复制 编辑 原始数据 按行查看 历史
dominikn 提交于 2021-11-25 17:49 . use standard partition table
[env]
platform = espressif32
framework = arduino
platform_packages =
framework-arduinoespressif32 @ https://github.com/husarnet/arduino-esp32/releases/download/1.0.4-1/arduino-husarnet-esp32.zip
lib_deps =
Husarnet ESP32
https://github.com/bxparks/AceButton.git
https://github.com/husarnet/AsyncTCP.git
ESP Async WebServer
https://github.com/Bodmer/TFT_eSPI.git
[env:esp32dev]
board = esp32dev
monitor_speed = 115200
upload_speed = 921600
monitor_filters = esp32_exception_decoder, default
board_build.partitions = min_spiffs.csv
board_build.embed_txtfiles = src/index.html
build_flags =
-DCONFIG_ASYNC_TCP_RUNNING_CORE=1
-DCONFIG_ASYNC_TCP_USE_WDT=0
-DUSER_SETUP_LOADED=1
-DST7789_DRIVER=1
-DTFT_WIDTH=135
-DTFT_HEIGHT=240
-DCGRAM_OFFSET=1
-DTFT_MISO=-1
-DTFT_MOSI=19
-DTFT_SCLK=18
-DTFT_CS=5
-DTFT_DC=16
-DTFT_RST=23
-DTFT_BL=4
-DLOAD_GLCD=1
-DSMOOTH_FONT=1
-TFT_BACKLIGHT_ON=HIGH
-DLOAD_FONT2=1
-DSPI_FREQUENCY=40000000
-DSPI_READ_FREQUENCY=6000000
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zx2591/ESP32-to-ESP32.git
[email protected]:zx2591/ESP32-to-ESP32.git
zx2591
ESP32-to-ESP32
ESP32-to-ESP32
master

搜索帮助