LYNHQQ

Results 12 comments of LYNHQQ

We could consider using the svd2rust tool to generate the code

You can try using AKK_SMARTAUDIO/USE_NONCOMPLIANT_SMARTAUDIO

> 解决这个问题有什么成功吗? > > 我希望您在解决这个问题方面取得进展,因为 AutoBaud 也在我的待办事项列表中...... #include #include "soc/uart_reg.h" uint32_t uart_baud_detect() { // static uint16_t delay_cnt = 0; if(REG_GET_BIT(UART_CONF0_REG(1),UART_AUTOBAUD_EN)==0)//使能自动波特率检测 { REG_WRITE(UART_RX_FILT_REG(1), (2

There were implementations in the past, but they were deprecated, I tried them, but the compilation failed https://github.com/[EternityFOR/Personal-Uart_DMA](https://github.com/EternityFOR/Personal-Uart_DMA)

> @LYNHQQ : Can you please describe intended mechanism of invalid frequency skipping (ignoring PR code, just consider user perspective). It is much better than original PR, but it can...

> And what channel shall be selected after switching bands? all depends on your VTX table. If a channel has a frequency of 0, it's considered invalid and you won't...

> Assuming table from your example, what channel should be selected? switch from boscam B ch 4 to boscam E? switch from boscam B ch 3 to boscam E? switch...

> @LYNHQQ : I do understand what the code does. The question is what the user expects / what is user friendly. > > > To be more specific, the...

> @LYNHQQ : Please ignore the code for a moment (it is still partially wrong anyway) and just describe the functionality from user point of view. Then it will be...

> It would be easier to work with desired functionality documented. Thanks for the feedback. I'll spend some more time debugging it.