Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino-libraries/Arduino_DebugUtils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: robroypt/Arduino_DebugUtils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 6, 2024

  1. Add live Debug Level switching

    Listen to the same serial port used for debug output to switch Debug Level.
    
    Enter V,D,I,W,E or VERBOSE, DEBUG, INFO, WARNING, or ERROR terminated by
    a new line/Line feed ('\n) character. CRLF ('\r\n') works as well.
    
    NOTE: Check your serial monitor or terminal settings is configured to send a line ending of new line/Line feed ('\n' or '\r\n') at the end of the string.
    robroypt committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    21b5ccd View commit details
    Browse the repository at this point in the history
  2. Add runtime updates of debug config

    Listen to the same serial port used for debug output to switch Debug Level and other config.
    
    Use VERBOSE, DEBUG, INFO, WARNING, ERROR, NONE or V,D,I,W,E,N. to change debug level, or LABEL, TIMESTAMP, NEWLINE or L,T,N to toggle config settings.
    
    Terminate command with a Line feed ('\n) or CRLF ('\r\n')
    robroypt committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c8af05d View commit details
    Browse the repository at this point in the history
  3. Change shortcut for NEWLINE command

    Change shortcut for NEWLINE command from N to C (N used for debug level NONE)
    robroypt committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2620270 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    f5e4dc8 View commit details
    Browse the repository at this point in the history
  2. Update README.md with documentation for new features including module…

    …-specific debug levels
    robroypt committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    b46cd4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9ea49b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee6ad66 View commit details
    Browse the repository at this point in the history
Loading