Roman Lut
Roman Lut
You can pass true to disable notification sound. I am sending log messages silently and alarm messages with notification sound, which I set to alarm sound in chat options in...
Note that this update does not solve all problems. If you call sendMessage(), it will block for
No, I do not have repo and there will be no more updates from me because I will not be using this library (I can not accept any blocking in...
Library maintains single connection because esp8266 does not have enough memory for two secured connections. If you call sendMessage(), library closes connection opened for longpool getUpdates(), reopens connection and sends...
I do not have experience with ESP32.
Tested in simulator only :(
> @RomanLut please update docs and resolve conflicts please done.
Zigzag should work too. Wind estimator does estimation when attititude changes by ~10 degrees. Then estimated wind vector is updated with 5% of computed value. ~36 estimations in circle is...
> is this cm/s or m/s ? You are right, it should be cm/s, updated documentation. Thanks.
It is because rendering to canvas with clipping is very expensive on Firefox. html2canvas is using clipping regions to support !overflow.hidden styles. Can be checked with dirty hack: CanvasRenderingContext2D.prototype.clip =...