Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve sensor detector usability #897

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 21, 2020

  1. DeviceManagerViewer: Remove connection arguments from user viewer

    Removes baudrate and UDP port from user interface
    
    Signed-off-by: Patrick José Pereira <[email protected]>
    patrickelectric committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    c54b661 View commit details
    Browse the repository at this point in the history
  2. devicemanager: Add some missing const

    Signed-off-by: Patrick José Pereira <[email protected]>
    patrickelectric committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    46eba0b View commit details
    Browse the repository at this point in the history
  3. linkconfiguration: Define operator!=

    Signed-off-by: Patrick José Pereira <[email protected]>
    patrickelectric committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    196ae93 View commit details
    Browse the repository at this point in the history
  4. protocoldetector: Add debug text

    Signed-off-by: Patrick José Pereira <[email protected]>
    patrickelectric committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    1efe3da View commit details
    Browse the repository at this point in the history
  5. protocoldetector: Remove 9600 baudrate

    Sensor should deal with automatic baud rate procedure or communicate under 115200
    
    Signed-off-by: Patrick José Pereira <[email protected]>
    patrickelectric committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    9c1bceb View commit details
    Browse the repository at this point in the history
  6. devicemanager: Add max number of fails in communication and device se…

    …rial filter
    
    Signed-off-by: Patrick José Pereira <[email protected]>
    patrickelectric committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    5c0eeaa View commit details
    Browse the repository at this point in the history
  7. devicemanager: Use shared pointer over raw pointer.

    Signed-off-by: Patrick José Pereira <[email protected]>
    patrickelectric committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    8a2d9e8 View commit details
    Browse the repository at this point in the history