-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
24 lines (23 loc) · 896 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; 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:wt32-eth01]
platform = espressif32
board = wt32-eth01
framework = arduino
lib_extra_dirs = /common/libraries
lib_ldf_mode = deep
monitor_speed = 115200
platform_packages =
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.3
framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.3/esp32-arduino-libs-3.0.3.zip
lib_deps =
mathieucarbou/ESP Async WebServer@^3.0.6
https://github.com/sensslen/LibLanc.git@^3.0.1
bblanchon/ArduinoJson@^7.1.0