Reset caused by mos config-get

Hi,

I have issues with the Olimex ESP32-gateway. Everytime I use “mos config-get” a reset of the ESP is triggered. The board uses a CH340 and I can observe a pulse on DTR after I issue the command.

I don’t get the behaviour on a “standard” ESP32-Devboard that uses a CP2102.

I looked into “–set-control-lines=false”, but that is just for the console, right?

I am running on macOS 10.14.6.

Any ideas what I can do to stop this?

Thanks!

–set-control-lines=false is when you’re talking to the board over UART. So it should work in your case.

I tried using “mos config-get --set-control-lines=false”, but it still resets the board.