timvideos / HDMI2USB-litex-firmware

A version of the HDMI2USB firmware based around LiteX tools produced by @Enjoy-Digital (based on misoc+migen created by @M-Labs)
https://hdmi2usb.tv
BSD 2-Clause "Simplified" License
145 stars 71 forks source link

pattern doesn't, p does #474

Closed CarlFK closed 5 years ago

CarlFK commented 5 years ago

H2U 01:59:22>pattern H2U 01:59:27>p Pattern now 0

H2U 01:58:23>help Available commands: pattern (p) - select next pattern

CarlFK commented 5 years ago

1210 else if((strcmp(token, "p") == 0) || (strcmp(token, "p") == 0)) { https://github.com/timvideos/HDMI2USB-litex-firmware/blob/master/firmware/ci.c#L1210

GitHub
timvideos/HDMI2USB-litex-firmware
A version of the HDMI2USB firmware based around LiteX tools produced by @Enjoy-Digital (based on misoc+migen created by @M-Labs) - timvideos/HDMI2USB-litex-firmware