update ESPMegaPROR3 to 2.2.4
This commit is contained in:
parent
cac235a536
commit
4ef84309dd
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue