Janez Troha
Janez Troha
There is **mysql-shell** https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-install-linux-quick.html which is almost drop-in replacement for mysql, and has **output-format** parameter. But this complicates soo many things. I ended up using **--skip-column-names --batch** which returns each...
But those are not publicly accessible, they are secured under system security model. Only users with read access should be able to read them, that's why we recommend running under...
Try https://github.com/pkendall64/repartitioner and/or with https://pkendall64.github.io/elrs-web-flasher/. The error does not look like wrong boot partition thou (solvable with repartitioner), more like something is wrong with power. Can you measure voltage over...
Hey it's meant to be telemetry endpoint on TX, skipping RC altogether.
@sixtyfive this is not close to Mavlink, it would only expose telemetry data as BLE service that the apps then can use to show the data. We could say it's...
> No way for me. Ask for downgrade or update. My esp32 has many sensors miflora and temp/hum to control so workaround doesn't solve In data 13 aprile 2022 09:26:16...
Thanks, @statte. In your case, I think reboot happens because the node runs out of memory. The "Cannot send message because of TCP buffer space" is saying "hey I'm supposed...
For those who need just to upgrade one package the [Poetry 1.1.15](https://github.com/python-poetry/poetry/releases/tag/1.1.15) still generates old style packages names and [email protected] will successfully parse them , so you don't have to...
> > This is attempt to use BLE on esp32 based tx https://github.com/dz0ny/ExpressLRS/tree/add/ble-telemetry > > If merge that code, can I use telemetry view in my phone or some AAT...
> > > > This is attempt to use BLE on esp32 based tx https://github.com/dz0ny/ExpressLRS/tree/add/ble-telemetry > > > > > > > > > If merge that code, can I...