Iasen Kostov
Iasen Kostov
Btw I asked the devs of INAV about the size of the frame and what the real size should be and they said that the MSP_PORT_INBUF_SIZE (192) is a legacy...
> Thank you for your support and the implementation update. The issue should be fixed with the new v1.5 release. Since I do not have a flashed iNAV fc by...
> @TByte007 Damn seems I have missed that. Due to changes I had to apply the changes manually. I'll fix it. Thank you! Sorry for that. I'll do a proper...
> hi i have the same problem, did i find where it comes from ? Not yet.
Same thing happens to me in VirtualBox 7.0.14 and Debian 12.5 ``` root@tpmv2:~# tpm2_evictcontrol -C o -c 0x81000000 ERROR:tcti:src/tss2-tcti/tcti-device.c:198:tcti_device_receive() Failed to get response size fd 3, got errno 14: Bad...
I get similar errors and after that the client locks showing the blue circle and I dont think it syncs the files after that. As far as I can say...
> As @PVince81 said, this is probably unrelated to the desktop client issue. Could one of you send us the desktop client logs ? The "locking on blue circle" started...
> Can you share the full error of "Error no app in context Computed md5 hash is incorrect." ? This is the last one I found. ``` {"reqId":"BMfEXWtWITuRYn95PCux","level":3,"time":"2022-11-17T18:21:02+00:00","remoteAddr":"10.0.0.2","user":"tbyte","app":"no app in...
I've noticed that if I re-save one file (Python script in the last case) too quick (I had to make small changes) and the client locks at the blue circle...
I found the problem The line https://github.com/DroneBridge/ESP32/blob/71422b15ac54e336c97a02bb82c952d59e15cc88/main/db_esp32_control.c#L161 have to be switched with the line https://github.com/DroneBridge/ESP32/blob/71422b15ac54e336c97a02bb82c952d59e15cc88/main/db_esp32_control.c#L162 Otherwise you are always sending 0 bytes !