mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-26 11:46:31 +00:00
show gpio feature in version
This commit is contained in:
@@ -115,6 +115,9 @@ static void _version(bool nl) {
|
||||
printf(VERSION);
|
||||
# ifdef WITH_OMX
|
||||
printf(" + OMX");
|
||||
# endif
|
||||
# ifdef WITH_GPIO
|
||||
printf(" + GPIO");
|
||||
# endif
|
||||
if (nl) {
|
||||
putchar('\n');
|
||||
|
||||
Reference in New Issue
Block a user