Skip to content

Commit c74c70f

Browse files
committed
re-enable tracking
1 parent b965d91 commit c74c70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AirAPI_Windows.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ int StartConnection()
422422
// open the floodgates
423423
uint8_t magic_payload[] = { 0x00, 0xaa, 0xc5, 0xd1, 0x21, 0x42, 0x04, 0x00, 0x19, 0x01 };
424424

425-
int res = 1;
426-
//int res = hid_write(device, magic_payload, sizeof(magic_payload));
425+
426+
int res = hid_write(device, magic_payload, sizeof(magic_payload));
427427
if (res < 0) {
428428
std::cout << "Unable to write to device" << std::endl;
429429
return 1;

0 commit comments

Comments
 (0)