asz wrote:Hi again Erik
Maybe I have found you a bug
When I activate uart without connecting to a wlan first, the bridge will pipe the received data into the cli... no matter what I set the bp to, the received characters end up in "bp 0 24".
I agree, this is a special case...but it is actually not necessary to associate to a wifi it you want to have an "AP bridge" which I think is a cool feature .
Kind regards.
/Andreas Schütz
I am not exacty sure because I don't understand what exactly happens, but it could be you're running into something that's actually a feature. If you don't have any config active, a default, minimal config will be installed, in which flags/features "log-to-uart" and "cmd-from-uart" are enabled. That means that everything you type to the UART is interpreted as commands and everything the system replies is also echoed to the UART. If you don't want that, disable these features:
- fu log-to-uart
- fu cmd-from-uart
Hope that helps. Otherwise I'll try fix it.