-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
35 lines (31 loc) · 1.14 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
; 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]
monitor_speed = 115200
framework = arduino
lib_deps =
ESP Async WebServer
ArduinoJson @ ^6.17.3
beegee-tokyo/DHT sensor library for ESPx @ ^1.18
;upload_protocol = espota
;upload_port = esp32-arduino
[env:esp32dev]
platform = espressif32
board = esp32dev
#[env:esp32-s2-saola-1]
#board = esp32-s2-saola-1
#board_build.mcu = esp32s2
#board_build.f_cpu = 240000000L
#framework = arduino
#platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
#platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
# platformio/tool-esptoolpy @ https://hub.fastgit.org/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip
#monitor_speed = 115200
#upload_port = COM4