Skip to content

Commit 18eee39

Browse files
committed
change for kicking off build
1 parent faa7b19 commit 18eee39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platformio.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
;
88
; Please visit documentation for the other options and examples
99
; http://docs.platformio.org/page/projectconf.html
10+
[common]
11+
lib_deps_external = ArduinoJson
1012

1113
[env:d1_mini]
1214
platform = espressif8266
1315
board = d1_mini
1416
framework = arduino
17+
lib_deps = ${common.lib_deps_external}

0 commit comments

Comments
 (0)