We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a4e83 commit c17f225Copy full SHA for c17f225
.vscode/settings.json
@@ -51,4 +51,5 @@
51
"cinttypes": "cpp",
52
"typeinfo": "cpp"
53
},
54
+ "cmake.sourceDirectory": "${workspaceFolder}/.pio/libdeps/esp32/Adafruit BusIO"
55
}
src/devices/mediaPlayer/device_appleTV/gui_appleTV.cpp
@@ -17,8 +17,6 @@ LV_IMG_DECLARE(appleBackIcon);
17
static void appleKey_event_cb(lv_event_t* e) {
18
// Send IR command based on the event user data
19
int user_data = *((int*)(&(e->user_data)));
20
-
21
- omote_log_v("%d\r\n", 50 + user_data);
22
omote_log_v("appleKey_event_cb: Event Id: '%d'.\r\n", user_data);
23
24
if (user_data == 2)
0 commit comments