There was an error while loading. Please reload this page.
1 parent d09a5f1 commit 2f11fbdCopy full SHA for 2f11fbd
1 file changed
examples/basic_monitor/platformio.ini
@@ -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