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

Take apart kill() #2126

Closed
wants to merge 1 commit into from
Closed

Take apart kill() #2126

wants to merge 1 commit into from

Commits on May 20, 2015

  1. Take apart kill()

    in kill() and kill_()
    to separate the message on the display.
    
    kill() will display MSG_KILLED on the display as before and call kill_().
    kill_() has all the functionality of the former kill() but the message on the display.
    
    This change gives the possibility to use kill_() with a reason for the kill without overwriting it by MSG_KILLED.
    The output on the serial is not changed.
    AnHardt committed May 20, 2015
    Configuration menu
    Copy the full SHA
    d9b5871 View commit details
    Browse the repository at this point in the history