-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
83 lines (71 loc) · 1.89 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
; 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:esp32dev]
;platform = espressif32
;board = esp32dev
;framework = arduino
[env:ESP32]
platform = espressif32
board = esp32dev
framework = arduino
[env]
; ============================================================
; Serial configuration
; choose upload speed, serial-monitor speed
; ============================================================
upload_speed = 921600
;upload_speed = 115200
;upload_port = COM10
upload_port = COM18
;monitor_speed = 9600
monitor_speed = 115200
;monitor_port = COM10
monitor_port = COM18
;debug_tool = esp-prog
;debug_init_break = tbreak setup
build_flags =
; set your debug output (default=Serial)
; -D DEBUG_ESP_PORT=Serial
; comment the folowing line to enable Websockets debugging
-D NODEBUG_WEBSOCKETS
; comment the folowing line to enable WiFi debugging
-D NDEBUG
; comment the following line to enable Sinric Debug messages
-D NODEBUG_SINRIC
lib_extra_dirs =
include/
lib/RoSchmi
lib
lib_deps =
SPI
Sinricpro/SinricPro@^2.9.10
;https://github.com/khoih-prog/WiFiNINA_Generic@=1.8.13
https://github.com/khoih-prog/WiFiNINA_Generic
https://github.com/khoih-prog/WebSockets_Generic#v2.10.1
https://github.com/tzikis/ArduinoMD5/
lib_ignore =
WiFiNINA_Generic
WiFi101
DueFlashStorage
EthernetWebServer_STM32
STM32duino LwIP
STM32duino RTC
UIPEthernet
EthernetENC
QNEthernet
WiFiEspAT
Ethernet
Ethernet2
Ethernet3
EthernetLarge
STM32Ethernet
EthernetWebServer
WiFiWebServer