|
@ -56,8 +56,8 @@ |
|
|
#define CMD_VOLUMEDOWN 177 // Command: lower volume by 1 |
|
|
#define CMD_VOLUMEDOWN 177 // Command: lower volume by 1 |
|
|
#define CMD_MEASUREBATTERY 178 // Command: Measure battery-voltage |
|
|
#define CMD_MEASUREBATTERY 178 // Command: Measure battery-voltage |
|
|
#define CMD_SLEEPMODE 179 // Command: Go to deepsleep |
|
|
#define CMD_SLEEPMODE 179 // Command: Go to deepsleep |
|
|
#define CMD_SEEK_FORWARDS 180 // Command: fast forward |
|
|
|
|
|
#define CMD_SEEK_BACKWARDS 181 // Command: wind back |
|
|
|
|
|
|
|
|
#define CMD_SEEK_FORWARDS 180 // Command: jump forwards (time period to jump (in seconds) is configured via settings.h: jumpOffset) |
|
|
|
|
|
#define CMD_SEEK_BACKWARDS 181 // Command: jump backwards (time period to jump (in seconds) is configured via settings.h: jumpOffset) |
|
|
|
|
|
|
|
|
// Repeat-Modes |
|
|
// Repeat-Modes |
|
|
#define NO_REPEAT 0 // No repeat |
|
|
#define NO_REPEAT 0 // No repeat |
|
|