Add pause/resume action to example configs

This commit is contained in:
Scott Lahteine 2017-12-25 01:25:51 -06:00
parent 59d047c1d7
commit 00749d8ef0
30 changed files with 240 additions and 1 deletions

View file

@ -1441,6 +1441,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================