-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
67 lines (57 loc) · 1.39 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
; 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
;upload_port = COM10
;upload_speed = 115200
monitor_port = COM10
monitor_speed = 115200
debug_tool = esp-prog
debug_init_break = tbreak setup
;debug_tool = jlink
;upload_protocol = jlink
build_flags =
-D AZ_NO_PRECONDITION_CHECKING=1
lib_extra_dirs =
include/
lib/RoSchmi
lib
lib/RoSchmi/Time
lib/RoSchmi/AzureStorage
lib/RoSchmi/SensorData
lib/RoSchmi/Encryption
lib/roschmi-for-azure-sdk
azure-sdk-for-c
lib_deps =
SPI
https://github.com/khoih-prog/NTPClient_Generic
https://github.com/khoih-prog/functional-vlpp
https://github.com/khoih-prog/WiFiWebServer
https://github.com/PaulStoffregen/Time
lib_ignore =
DS323x_Generic
WiFiNINA_Generic
WiFiEspAT
WiFi101
EthernetWebServer_STM32
ESP8266_AT_WEBSERVER
STM32duino LwIP
STM32duino RTC
UIPEthernet
EthernetENC
Ethernet
Ethernet2
Ethernet3
EthernetLarge
STM32Ethernet
EthernetWebServer
EthernetWebServer_SSL