From 2689166f45ba1dd4ffa7f8f9cfb96eb93df345bb Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Fri, 16 Feb 2024 01:31:03 +0700 Subject: [PATCH] update core library --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index c5035e5..11ffeab 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,8 +12,8 @@ platform = espressif32 board = wt32-eth01 framework = arduino -lib_deps = siwats/ESPMegaPROR3@^2.3.4 +lib_deps = siwats/ESPMegaPROR3@^2.3.5 monitor_speed = 115200 -build_flags = -DCORE_DEBUG_LEVEL=5 +build_flags = -DCORE_DEBUG_LEVEL=0 upload_port = COM28 monitor_port = COM28 \ No newline at end of file