You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just linking this related ReactESP issue here for more publicity: mairas/ReactESP#16
The benefits are listed in the issue. The drawbacks that I can immediately think of would be:
This would be a breaking change in ReactESP. Any users would need to declare the dependency to ReactESP major version to avoid breaking existing code. In platformio.inilib_deps: mairas/ReactESP @ ^1.0.0. But at the moment nobody has that, so they'd find it out by having code that stops compiling.
This would also be a breaking change in SensESP 2.0. Software would need to be modified to use setup() and loop() instead of the current ReactESP app(lambda); syntax.
The text was updated successfully, but these errors were encountered:
I'm just linking this related ReactESP issue here for more publicity: mairas/ReactESP#16
The benefits are listed in the issue. The drawbacks that I can immediately think of would be:
platformio.ini
lib_deps
:mairas/ReactESP @ ^1.0.0
. But at the moment nobody has that, so they'd find it out by having code that stops compiling.setup()
andloop()
instead of the currentReactESP app(lambda);
syntax.The text was updated successfully, but these errors were encountered: