Fix comment about host keepalive interval

This commit is contained in:
Scott Lahteine
2016-04-01 17:28:08 -07:00
parent 9c43369ebb
commit ffe054c129
19 changed files with 19 additions and 19 deletions

View File

@ -831,7 +831,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
// Host Keepalive
//
// By default Marlin will send a busy status message to the host
// every 2 seconds when it can't accept commands.
// every 10 seconds when it can't accept commands.
//
//#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.