Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 193 Bytes

bugs.md

File metadata and controls

7 lines (6 loc) · 193 Bytes

doc: // export const CONTROL_MODE_EXT_STEP = 0x01; // export const CONTROL_MODE_SEQUENCE = 0x02;

reality: export const CONTROL_MODE_EXT_STEP = 0x02; export const CONTROL_MODE_SEQUENCE = 0x01;