diff --git a/src/twr-lib-tester.c b/src/twr-lib-tester.c index 6f351e2ab6f03ce585c375ab2f179456596cccc7..f8da568dda33735f9947fe826b81f5fd1d3c7773 100644 --- a/src/twr-lib-tester.c +++ b/src/twr-lib-tester.c @@ -28,9 +28,6 @@ static int polling = 1; // TRUE -// UID for stop polling - exit from application -u8 stop_uid[4] = { 0x16, 0x78, 0x58, 0x56 }; - //------------------------------------------------------------------ #define UID_STR_LEN_MAX 32 @@ -60,13 +57,6 @@ int fCB_OK(c_string sn, u8 uid[], int uid_len, int control_info) puts(""); puts(""); - //-------------------------------------------------------------- - // stop polling on specific UID - if (!memcmp(uid, stop_uid, sizeof(stop_uid))) - { - puts("--> STOP POLLING UID detected <--"); - polling = 0; // FALSE; - } //-------------------------------------------------------------- return 0;