| 2 |
raymond |
1 |
; PlatformIO Project Configuration File
|
|
|
2 |
;
|
|
|
3 |
; Build options: build flags, source filter
|
|
|
4 |
; Upload options: custom upload port, speed and extra flags
|
|
|
5 |
; Library options: dependencies, extra library storages
|
|
|
6 |
; Advanced options: extra scripting
|
|
|
7 |
;
|
|
|
8 |
; Please visit documentation for the other options and examples
|
|
|
9 |
; https://docs.platformio.org/page/projectconf.html
|
|
|
10 |
|
|
|
11 |
[env:seeed-xiao-esp32-c6]
|
|
|
12 |
platform = https://github.com/Seeed-Studio/platform-seeedboards.git
|
|
|
13 |
board = seeed-xiao-esp32-c6
|
|
|
14 |
framework = arduino
|
|
|
15 |
platform_packages = tool-esptoolpy@https://github.com/pioarduino/esptool/releases/download/v5.2.0/esptool.zip
|
|
|
16 |
build_flags = -I"C:/Users/rvsle/.platformio/packages/framework-arduinoespressif32/libraries/Network/src"
|
|
|
17 |
lib_deps =
|
|
|
18 |
johboh/MQTTRemote@^6.0.3
|
|
|
19 |
cotestatnt/AsyncEspFsWebserver@^3.1.1
|
|
|
20 |
esp32async/ESPAsyncWebServer@^3.6.0
|
|
|
21 |
esp32async/ESPAsyncTCP@2.0.0
|
|
|
22 |
knolleary/PubSubClient@^2.8
|
|
|
23 |
arduinogetstarted/ezButton@^1.0.6
|
|
|
24 |
lib_ignore = ESPAsyncTCP
|