-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
52 lines (42 loc) · 1.23 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
; 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:ESP32]
platform = espressif32@6.7.0
platform_packages = framework-arduinoespressif32 @ 3.20017.0
framework = arduino
board = esp32dev
lib_compat_mode = strict
lib_ldf_mode = chain+
lib_deps =
https://github.com/khoih-prog/ESPAsyncDNSServer
khoih-prog/ESPAsync_WiFiManager@1.15.1
;khoih-prog/NTPClient_Generic@=3.7.5
https://github.com/RoSchmi/NTPClient_Generic#RoSchmiDev
bblanchon/ArduinoJson@^7.1.0
[platformio]
default_envs = ESP32
[env]
upload_speed = 921600
upload_port = COM3
;upload_speed = 115200
monitor_speed = 115200
debug_tool = esp-prog
debug_init_break = tbreak setup
lib_extra_dirs =
include/
lib/RoSchmi
lib
lib_ignore =
WiFiEspAT
WiFi101
WiFi101_Generic
ESP8266_AT_WEBSERVER
;build_flags =
;-D DEBUG_ESP_PORT=Serial