barnaclebill - Has anyone found an accurate com...
MattNJ - hello, new to this today, steep learni...
Tony - Does anyone have sample code to sense vo...
Matti Airas - User Offspring (on GitHub, don) h...
clang-tidy
static analysis tool against SensESP proper and fixed a ton of warnings. The result is in this PR: https://github.com/SignalK/SensESP/pull/737
The PR does break some old code because the reactesp
namespace needs to be explicitly declared whenever the code is not using reactesp
(which is a no-no in header files)....desolinanz - Hi, hoping someone can help me... ...
save
button on the wifi screen just doesn't do anything. Has anyone come across this before?
I've tried hardcoding the ssid/password in main.cpp as per the project template on GH - but still nothing. I am using very generic/cheap ESP32 boards from AliExpress which are unbranded. I've tried numerous board types in PlatformIO and they all give me the same result. Would love to get it working with the boards I have as I know they can connect with wifi using other platforms. Cheers!...MV 2 Umbrellas - anyone know if the sensesp lib...
MV 2 Umbrellas - I have been poking around the ...
on_receive_put
method that looks promising
https://github.com/SignalK/SensESP/blob/887f1281a8f3b91684ab96faf42b4b6546149137/src/sensesp/signalk/signalk_ws_client.cpp#L318C18-L318C32
and also this on_receive_updates
method
https://github.com/SignalK/SensESP/blob/887f1281a8f3b91684ab96faf42b4b6546149137/src/sensesp/signalk/signalk_ws_client.cpp#L248...MV 2 Umbrellas - hello folks ... I am working o...
Matti Airas - Hi all,I have now merged the de...
dev-3
development branch into main
and released version 3.0.0-beta.1. This is a major new version. While documentation hasn't been updated yet, I have listed the major changes (there are many!) and written some migration information in the repo README. I will also make corresponding update releases in related repos such as project templates etc.
Please have a go at it and report any issues and annoyances!...DWinchester - Sill looking for example with ADS...
DWinchester - Can someone point me to an exampl...
ray_sabado - We are adding three sensors to our...
Roger - Is there some way to set the ip address...
Roger - @Matti Airas I have OTA updates enable...
Matti Airas - It starts only after the delay. Y...
FlyingK - QQ: does a repeat sensor have to be c...
FlyingK - First of all thank you much for the g...
Matti Airas - Here's a sneak peek of something ...
Matti Airas - For those who are interested in S...
Join
and Zip
accept input from multiple producers and combine them into a single output tuple. This facilitates implementing transforms that require input from multiple sources.
The new repeating transforms, respectively, let you repeat an intermittent input at regular intervals. NMEA 2000, for example, expects that PGNs are transmitted at constant intervals, and the new RepeatConstantRate
transform simplifies that job a lot.
See the PR here: https://github.com/SignalK/SensESP/pull/703. I'll keep it open for a few days in case someone would be interested to review it....Lure - Newbie in SensESP world: I have successf...