diff --git a/platformio.ini b/platformio.ini index 09540d7..81a9cc9 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,6 +12,8 @@ platform = espressif32 board = wt32-eth01 framework = arduino -lib_deps = siwats/ESPMegaPROR3@^2.3.8 +lib_deps = siwats/ESPMegaPROR3@^2.4.4 monitor_speed = 115200 -build_flags = -DCORE_DEBUG_LEVEL=5 \ No newline at end of file +build_flags = -DCORE_DEBUG_LEVEL=5 +upload_port = COM36 +monitor_port = COM36 \ No newline at end of file