update ESPMegaPROR3 to 2.2.4

This commit is contained in:
Siwat Sirichai 2024-02-08 18:41:49 +07:00
parent cac235a536
commit 4ef84309dd
2 changed files with 4 additions and 2 deletions

View file

@ -12,5 +12,8 @@
platform = espressif32 platform = espressif32
board = wt32-eth01 board = wt32-eth01
framework = arduino framework = arduino
lib_deps = siwats/ESPMegaPROR3@^2.2.3 lib_deps = siwats/ESPMegaPROR3@^2.2.4
monitor_speed = 115200 monitor_speed = 115200
build_flags = -DCORE_DEBUG_LEVEL=5
upload_port = COM28
monitor_port = COM28

View file

@ -1,6 +1,5 @@
#include <main.hpp> #include <main.hpp>
RemoteVariable pm25_out = RemoteVariable(); RemoteVariable pm25_out = RemoteVariable();
RemoteVariable temp_out = RemoteVariable(); RemoteVariable temp_out = RemoteVariable();
RemoteVariable weather = RemoteVariable(); RemoteVariable weather = RemoteVariable();