1 Star 1 Fork 0

fanjunwei/esp32_nat_router

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
platformio.ini 906 Bytes
一键复制 编辑 原始数据 按行查看 历史
J-Rios 提交于 2022-06-29 19:21 . ESP32-C3 build support
; 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
[platformio]
src_dir = main
[env:ttgo-lora32-v1]
platform = espressif32
framework = espidf
board = ttgo-lora32-v1
monitor_speed = 115200
monitor_flags = --raw
[env:esp32dev]
platform = espressif32
framework = espidf
board = esp32dev
monitor_speed = 115200
monitor_flags = --raw
[env:esp32-c3-devkitm-1]
platform = espressif32
board = esp32-c3-devkitm-1
framework = espidf
monitor_speed = 115200
monitor_flags = --raw
; build_flags = -I C:\Users\Marci\.platformio\packages\framework-espidf\components\bt\host\bluedroid\api\include\api
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fanjunwei/esp32_nat_router.git
[email protected]:fanjunwei/esp32_nat_router.git
fanjunwei
esp32_nat_router
esp32_nat_router
master

搜索帮助