Also suppress keepalive with suspend_auto_report

This commit is contained in:
Scott Lahteine
2018-03-21 00:29:09 -05:00
parent 8dfaf1539e
commit ae39fbd646
4 changed files with 6 additions and 6 deletions

View File

@ -187,7 +187,7 @@ volatile bool wait_for_heatup = true;
volatile bool wait_for_user = false;
#endif
#if HAS_AUTO_REPORTING
#if HAS_AUTO_REPORTING || ENABLED(HOST_KEEPALIVE_FEATURE)
bool suspend_auto_report; // = false
#endif