Matr1x.
Matr1x.
mistakes are normal sometimes. They usually wont interfere the result, just taking more time ________________________________ From: DLAcoding ***@***.***> Sent: Wednesday, May 4, 2022 2:52:34 AM To: Matrixchung/EDAutopilot ***@***.***> Cc: Matr1x....
Great idea! Since the image recognition part is flexible, it may be easy to implement. However, flying correctly to not only get the ship supercharged, but also prevent it from...
See if lower the `ALIGN_KEY_DELAY` works? Havent tested in smaller ship, so what you say might be a problem.
The `align()` in ScriptSession is what you looking for. But it doesnt make sense if stuffs still get crazy since you have already lowered the align key delay.
I'm currently working on implementing a complex navigation assist and PIP controller to `ScriptSession`, remaking the loading method of templates, improving image recognition, providing capability to multi-resolution and so on....
This issue also happens on STM32H750VBTx. I tried optimize level from -Os to -O3 with same result, and the solution is most likely the same, just replace `huart->hdmarx->Instance` with `((DMA_Stream_TypeDef*)huart->hdmarx->Instance)`...
Hi @KRASTM, Sorry for late response. Firstly, I got my project working on own board and I am using C++ environment. For example define an app entry and call it...
Hi @KRASTM, Currently I am using both Visual Studio Code (with CubeMX generating makefile projects) and Keil MDK-ARM, they all got same problems when I switched to C++ scope. For...