-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
101 lines (95 loc) · 2.4 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
; 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:d1_mini_OTA]
platform = espressif8266
board = d1_mini
framework = arduino
monitor_speed = 9600
monitor_port = COM3
extra_scripts = extra_script.py
upload_protocol = custom
build_flags =
-D HOMIE_CONFIG=0
-D HOMIE_MDNS=0
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
lib_deps =
Homie
contrem/arduino-timer@^3.0.0
bblanchon/ArduinoJson@^6.20.1
marvinroger/AsyncMqttClient@0.9.0
jonblack/arduino-fsm@^2.2.0
[env:d1_mini_USB]
platform = espressif8266
board = d1_mini
framework = arduino
upload_speed = 115200
monitor_speed = 9600
monitor_port = COM3
build_flags =
-D HOMIE_CONFIG=0
-D HOMIE_MDNS=0
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
lib_deps =
Homie
contrem/arduino-timer@^3.0.0
bblanchon/ArduinoJson@^6.20.1
marvinroger/AsyncMqttClient@^0.9.0
jonblack/arduino-fsm@^2.2.0
[env:esp32_USB]
platform = espressif32
board = fm-devkit
framework = arduino
upload_speed = 115200
monitor_speed = 9600
monitor_port = COM4
build_flags =
-D HOMIE_CONFIG=0
-D HOMIE_MDNS=0
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
lib_deps =
https://github.com/homieiot/homie-esp8266.git#develop
me-no-dev/AsyncTCP@1.1.1
me-no-dev/ESP Async WebServer@1.2.3
AsyncMqttClient
contrem/arduino-timer@^3.0.0
bblanchon/ArduinoJson@^6.20.1
jonblack/arduino-fsm@^2.2.0
[env:esp32_OTA]
platform = espressif32
board = fm-devkit
framework = arduino
monitor_speed = 9600
monitor_port = COM4
extra_scripts = extra_script.py
upload_protocol = custom
build_flags =
-D HOMIE_CONFIG=0
-D HOMIE_MDNS=0
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
lib_deps =
https://github.com/homieiot/homie-esp8266.git#develop
me-no-dev/AsyncTCP@1.1.1
me-no-dev/ESP Async WebServer@1.2.3
AsyncMqttClient
contrem/arduino-timer@^3.0.0
bblanchon/ArduinoJson@^6.20.1
jonblack/arduino-fsm@^2.2.0
[env:d1_mini_esp_ebc_mqtt_TEST]
platform = espressif8266
board = d1_mini
framework = arduino
build_flags =
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
lib_ldf_mode = chain+
lib_deps =
contrem/arduino-timer@^3.0.0
bblanchon/ArduinoJson@^6.20.1
marvinroger/AsyncMqttClient@^0.9.0
jonblack/arduino-fsm@^2.2.0