summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/tests/controller_test/controller_test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/tests/controller_test/controller_test.cpp b/client/tests/controller_test/controller_test.cpp
index 4994613c..aa7a6c0c 100644
--- a/client/tests/controller_test/controller_test.cpp
+++ b/client/tests/controller_test/controller_test.cpp
@@ -169,6 +169,10 @@ int main(int argc, char *argv[])
send_data(CONTROLLER_CREATE_MENU, (uint8_t*)MENU, sizeof(MENU));
+ printf("Smartcard...\n");
+ getchar();
+ send_value(CONTROLLER_ENABLE_SMARTCARD, 1);
+
send_value(CONTROLLER_FULL_SCREEN, /*CONTROLLER_SET_FULL_SCREEN |*/ CONTROLLER_AUTO_DISPLAY_RES);
printf("Show...\n");
getchar();