Skip to content

Commit 9f5d7a2

Browse files
author
Normunds Gavars
committed
283 Promicro: add INA3221 library dependency to all build targets
1 parent 3c02ac6 commit 9f5d7a2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

variants/promicro/platformio.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ build_flags = ${Faketec.build_flags}
5353
; -D MESH_DEBUG=1
5454
lib_deps = ${Faketec.lib_deps}
5555
adafruit/RTClib @ ^2.1.3
56+
robtillaart/INA3221 @ ^0.4.1
5657

5758
[env:Faketec_terminal_chat]
5859
extends = Faketec
@@ -66,6 +67,7 @@ build_src_filter = ${Faketec.build_src_filter}
6667
lib_deps = ${Faketec.lib_deps}
6768
densaugeo/base64 @ ~1.4.0
6869
adafruit/RTClib @ ^2.1.3
70+
robtillaart/INA3221 @ ^0.4.1
6971

7072
[env:Faketec_companion_radio_usb]
7173
extends = Faketec
@@ -80,6 +82,7 @@ build_src_filter = ${Faketec.build_src_filter}
8082
lib_deps = ${Faketec.lib_deps}
8183
adafruit/RTClib @ ^2.1.3
8284
densaugeo/base64 @ ~1.4.0
85+
robtillaart/INA3221 @ ^0.4.1
8386

8487
[env:Faketec_companion_radio_ble]
8588
extends = Faketec
@@ -100,6 +103,7 @@ build_src_filter = ${Faketec.build_src_filter}
100103
lib_deps = ${Faketec.lib_deps}
101104
adafruit/RTClib @ ^2.1.3
102105
densaugeo/base64 @ ~1.4.0
106+
robtillaart/INA3221 @ ^0.4.1
103107

104108
[ProMicroLLCC68]
105109
extends = nrf52840_base
@@ -129,6 +133,7 @@ build_flags = ${ProMicroLLCC68.build_flags}
129133
; -D MESH_DEBUG=1
130134
lib_deps = ${ProMicroLLCC68.lib_deps}
131135
adafruit/RTClib @ ^2.1.3
136+
robtillaart/INA3221 @ ^0.4.1
132137

133138
[env:ProMicroLLCC68_room_server]
134139
extends = ProMicroLLCC68
@@ -142,6 +147,7 @@ build_flags = ${ProMicroLLCC68.build_flags}
142147
; -D MESH_DEBUG=1
143148
lib_deps = ${ProMicroLLCC68.lib_deps}
144149
adafruit/RTClib @ ^2.1.3
150+
robtillaart/INA3221 @ ^0.4.1
145151

146152
[env:ProMicroLLCC68_terminal_chat]
147153
extends = ProMicroLLCC68
@@ -155,6 +161,7 @@ build_src_filter = ${ProMicroLLCC68.build_src_filter}
155161
lib_deps = ${ProMicroLLCC68.lib_deps}
156162
densaugeo/base64 @ ~1.4.0
157163
adafruit/RTClib @ ^2.1.3
164+
robtillaart/INA3221 @ ^0.4.1
158165

159166
[env:ProMicroLLCC68_companion_radio_usb]
160167
extends = ProMicroLLCC68
@@ -168,6 +175,7 @@ build_src_filter = ${ProMicroLLCC68.build_src_filter}
168175
lib_deps = ${ProMicroLLCC68.lib_deps}
169176
adafruit/RTClib @ ^2.1.3
170177
densaugeo/base64 @ ~1.4.0
178+
robtillaart/INA3221 @ ^0.4.1
171179

172180
[env:ProMicroLLCC68_companion_radio_ble]
173181
extends = ProMicroLLCC68
@@ -187,3 +195,4 @@ build_src_filter = ${ProMicroLLCC68.build_src_filter}
187195
lib_deps = ${ProMicroLLCC68.lib_deps}
188196
adafruit/RTClib @ ^2.1.3
189197
densaugeo/base64 @ ~1.4.0
198+
robtillaart/INA3221 @ ^0.4.1

0 commit comments

Comments
 (0)