diff --git a/platformio.ini b/platformio.ini index 10d4314..5b1560c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,5 +12,8 @@ platform = espressif32 board = wt32-eth01 framework = arduino -lib_deps = siwats/ESPMegaPROR3@^2.2.3 +lib_deps = siwats/ESPMegaPROR3@^2.2.4 monitor_speed = 115200 +build_flags = -DCORE_DEBUG_LEVEL=5 +upload_port = COM28 +monitor_port = COM28 \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index 8ff0f28..fa296a7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,5 @@ #include - RemoteVariable pm25_out = RemoteVariable(); RemoteVariable temp_out = RemoteVariable(); RemoteVariable weather = RemoteVariable();