Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Preliminary LBP6000 Support #19

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update capt-command.h
Added extra command for LBP6000 support
  • Loading branch information
rezaxdi committed Sep 11, 2022
commit b6de597f9a15e8d72d5706c3a88d1af2b3f045e7
1 change: 1 addition & 0 deletions src/capt-command.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ enum capt_command {

CAPT_JOB_SETUP = 0xE1A1,
CAPT_GPIO = 0xE1A2,
CAPT3_UNK_0 = 0xE0BA,
};


Expand Down