Merge pull request #18 from ilianaw/master

Enable focus command `led.mode p`
pull/365/head
Gergely Nagy 7 years ago committed by GitHub
commit d0a2b2932d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save