Skip to content

Verbose and echo mode always turn on. #224

@supavit28

Description

@supavit28

Verbose and echo mode always turn on.

I try to change config of openlog using config.txt I can change baud rate normally but for echo and verbose, I can't turn them off.

How I connect openlog to my data streaming device

  • I connect Tx, Rx directly to my Rx, Tx of my device.

Steps to reproduce

I write my config.txt as

115200,26,3,0,0,0,1
baud,escape,esc#,mode,verb,echo,ignoreRX

When I use my openlog, it always show my config as I wrote in config.txt

but when I format my SDcard and try to see current config of my openlog it show as

115200,26,3,0,1,1,1
baud,escape,esc#,mode,verb,echo,ignoreRX

If I change baud rate to 57600 by changing config.txt to

57600,26,3,0,0,0,1
baud,escape,esc#,mode,verb,echo,ignoreRX

and checking my current config on openlog, it show as

57600,26,3,0,1,1,1
baud,escape,esc#,mode,verb,echo,ignoreRX

Please help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions