Skip to content

Commit 2f11fbd

Browse files
committed
Added a PlatformIO config for the example so ArduinoJson gets pulled in
1 parent d09a5f1 commit 2f11fbd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[env:esp32dev]
2+
platform = espressif32
3+
board = esp32dev
4+
framework = arduino
5+
monitor_speed = 115200
6+
7+
lib_deps =
8+
ArduinoJson
9+
ESPMemoryMonitor

0 commit comments

Comments
 (0)