Skip to content

Commit

Permalink
Merge pull request #427 from paddatrapper/ci-version
Browse files Browse the repository at this point in the history
Add version to help prompt
  • Loading branch information
mithro committed Apr 13, 2018
2 parents daf33bc + 3888e61 commit ef22966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ static void ci_help(void)
wputs("mdio_status - show mdio status");
#endif
wputs("pattern (p) - select next pattern");
wputs("version - show firmware version");
wputs("");
help_status();
wputs("");
Expand Down

2 comments on commit ef22966

@CarlFK
Copy link
Contributor

@CarlFK CarlFK commented on ef22966 Apr 17, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somehow this broke the uvc video stream - logged #431

@CarlFK
Copy link
Contributor

@CarlFK CarlFK commented on ef22966 Apr 17, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wputs("version - show firmware version");
needs 4 more spaces

  1 Available commands:
  2 help        - this command
  3 reboot      - reboot CPU
  4 mdio_dump   - dump mdio registers
  5 mdio_status - show mdio status
  6 pattern (p) - select next pattern
  7 version - show firmware version
  8 version     - show firmware version

Please sign in to comment.