Enable focus command `led.mode p`

pull/365/head
Iliana Weller 7 years ago
parent 0b5003d3d2
commit 088774089a
No known key found for this signature in database
GPG Key ID: DCE341C8E949BC81

@ -212,7 +212,7 @@ bool LEDControl::focusHook(const char *command) {
next_mode(); next_mode();
Serial.read(); Serial.read();
} else if (peek == 'p') { } else if (peek == 'p') {
// TODO(algernon) prev_mode();
Serial.read(); Serial.read();
} else { } else {
uint8_t mode = Serial.parseInt(); uint8_t mode = Serial.parseInt();

Loading…
Cancel
Save