TheKikGen / USBMidiKliK4x4

UMK4x4 - 4-16 in/out and 3-15 IN/3OUT USB MIDI interface for STM32F103 series board
129 stars 22 forks source link

Small change to manual, switch to config mode is missing a byte in the example #48

Closed fairuse closed 10 months ago

fairuse commented 11 months ago

Section 4.3.1 of the manual at https://github.com/TheKikGen/USBMidiKliK4x4/wiki/UMK4x4-V2.5-User-Manual reads:

Switch the board in configuration mode by sending the sysex "F0 77 77 78 08 F7" The board will disconnect and connect again in serial mode. You should see the led blinking very quickly.

But the actual sequence is "F0 77 77 78 06 08 F7". It is correct in the readme.md, but misses the 06 in the documentation.

TheKikGen commented 10 months ago

Thanks for pointing that !