forked from rancilio-pid/clevercoffee
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathplatformio.ini
141 lines (135 loc) · 4.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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
[platformio]
#lib_dir = libraries/
src_dir = rancilio-pid/
default_envs = esp32_usb
[env]
lib_ldf_mode = chain # https://github.com/Links2004/arduinoWebSockets/issues/635
lib_compat_mode = strict
[env:nodemcuv2_usb]
platform = espressif8266@^4.0
board = nodemcuv2
board_build.mcu = esp8266
framework = arduino
monitor_speed = 115200
lib_ldf_mode = chain+
build_flags =
-include "rancilio-pid/RemoteDebugCfg.h"
-include "rancilio-pid/scaleConfigOverwrite.h"
lib_ignore =
WiFi
lib_deps =
RemoteDebug_fix=https://github.com/medlor/RemoteDebug
#lebuni/ZACwire for TSic @ 1.3.3
ZACwire for TSic fix=https://github.com/medlor/ZACwire-Library#improve_esp32_support_v2.0.0
olikraus/U8g2 @ ^2.34.3
blynkkk/Blynk @ ^1.2.0
knolleary/PubSubClient @ ^2.8
pololu/VL53L0X @ ^1.3.1
uMQTTBroker_latest=https://github.com/martin-ger/uMQTTBroker/
fastled/FastLED @ ^3.5.0
adafruit/MAX6675 library @ ^1.1.0
#olkal/HX711_ADC@^1.2.11
HX711_ADC_fix=https://github.com/medlor/HX711_ADC#1.2.12_pcp_v1
[env:nodemcuv2_ota]
platform = espressif8266@^4.0
board = nodemcuv2
board_build.mcu = esp8266
framework = arduino
monitor_speed = 115200
upload_protocol = espota
upload_port = rancilio
upload_flags =
--auth=${sysenv.OTAPASSWORD}
lib_ldf_mode = chain+
build_flags =
-include "rancilio-pid/RemoteDebugCfg.h"
-include "rancilio-pid/scaleConfigOverwrite.h"
lib_ignore =
WiFi
lib_deps =
RemoteDebug_fix=https://github.com/medlor/RemoteDebug
#lebuni/ZACwire for TSic @ 1.3.3
ZACwire for TSic fix=https://github.com/medlor/ZACwire-Library#improve_esp32_support_v2.0.0
olikraus/U8g2 @ ^2.34.3
blynkkk/Blynk @ ^1.2.0
knolleary/PubSubClient @ ^2.8
pololu/VL53L0X @ ^1.3.1
uMQTTBroker_latest=https://github.com/martin-ger/uMQTTBroker/
fastled/FastLED @ ^3.5.0
adafruit/MAX6675 library @ ^1.1.0
#olkal/HX711_ADC@^1.2.11
HX711_ADC_fix=https://github.com/medlor/HX711_ADC#1.2.12_pcp_v1
[env:esp32_usb]
platform = [email protected]
board = esp32dev
framework = arduino
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
upload_protocol = esptool
build_flags =
-include "rancilio-pid/RemoteDebugCfg.h"
-include "rancilio-pid/scaleConfigOverwrite.h"
lib_deps =
RemoteDebug_fix=https://github.com/medlor/RemoteDebug
#lebuni/ZACwire for TSic @ 1.3.3
#ZACwire for TSic beta=https://github.com/lebuni/ZACwire-Library#beta
ZACwire for TSic fix=https://github.com/medlor/ZACwire-Library#improve_esp32_support_v2.0.0
olikraus/U8g2 @ ^2.34.3
blynkkk/Blynk @ ^1.2.0
knolleary/PubSubClient @ ^2.8
pololu/VL53L0X @ ^1.3.1
fastled/FastLED @ ^3.5.0
adafruit/MAX6675 library @ ^1.1.0
#olkal/HX711_ADC@^1.2.11
HX711_ADC_fix=https://github.com/medlor/HX711_ADC#1.2.12_pcp_v1
mlesniew/PicoMQTT@^0.3.8
[env:esp32_ota_DEV]
platform = [email protected]
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_protocol = espota
upload_port = rancilio2
upload_flags =
--auth=${sysenv.OTAPASSWORD}
build_flags =
-include "rancilio-pid/RemoteDebugCfg.h"
-include "rancilio-pid/scaleConfigOverwrite.h"
lib_deps =
RemoteDebug_fix=https://github.com/medlor/RemoteDebug
#lebuni/ZACwire for TSic @ 1.3.3
ZACwire for TSic fix=https://github.com/medlor/ZACwire-Library#improve_esp32_support_v2.0.0
olikraus/U8g2 @ ^2.34.3
blynkkk/Blynk @ ^1.2.0
knolleary/PubSubClient @ ^2.8
pololu/VL53L0X @ ^1.3.1
fastled/FastLED @ ^3.5.0
adafruit/MAX6675 library @ ^1.1.0
#olkal/HX711_ADC@^1.2.11
HX711_ADC_fix=https://github.com/medlor/HX711_ADC#1.2.12_pcp_v1
mlesniew/PicoMQTT@^0.3.8
[env:esp32_ota_LIVE]
platform = [email protected]
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_protocol = espota
upload_port = rancilio
upload_flags =
--auth=${sysenv.OTAPASSWORD}
build_flags =
-include "rancilio-pid/RemoteDebugCfg.h"
-include "rancilio-pid/scaleConfigOverwrite.h"
lib_deps =
RemoteDebug_fix=https://github.com/medlor/RemoteDebug
#lebuni/ZACwire for TSic @ 1.3.3
ZACwire for TSic fix=https://github.com/medlor/ZACwire-Library#improve_esp32_support_v2.0.0
olikraus/U8g2 @ ^2.34.3
blynkkk/Blynk @ ^1.2.0
knolleary/PubSubClient @ ^2.8
pololu/VL53L0X @ ^1.3.1
fastled/FastLED @ ^3.5.0
adafruit/MAX6675 library @ ^1.1.0
#olkal/HX711_ADC@^1.2.11
HX711_ADC_fix=https://github.com/medlor/HX711_ADC#1.2.12_pcp_v1
mlesniew/PicoMQTT@^0.3.8