>>21869844
I meanwhile found out why it does not work - at least I think so:
we select the UART, but never route it to any physical pins.
Realistically, the best option for ESPs would probably be that you can do the TuyaMCU/Dreo UART assignment in the configure module dialog because these Chips have amazing pinmux flexibility and it is much less opaque to the user than 'use the alternate pins' (which are only vaguely documented defaults).
I will try a simple fix on my fork for this and come back.
Added after 32 [minutes]:
Progress my dudes!
Here you can see what I did so far. I think we're not fully there yet but progress is being made https://github.com/openshwprojects/OpenBK7231T_App/pull/2046
I meanwhile found out why it does not work - at least I think so:
we select the UART, but never route it to any physical pins.
Realistically, the best option for ESPs would probably be that you can do the TuyaMCU/Dreo UART assignment in the configure module dialog because these Chips have amazing pinmux flexibility and it is much less opaque to the user than 'use the alternate pins' (which are only vaguely documented defaults).
I will try a simple fix on my fork for this and come back.
Added after 32 [minutes]:
Progress my dudes!
Here you can see what I did so far. I think we're not fully there yet but progress is being made https://github.com/openshwprojects/OpenBK7231T_App/pull/2046