From d7363afebc850cb478ec211e7f00a73a409605bf Mon Sep 17 00:00:00 2001 From: Markus Lippert Date: Sun, 6 Nov 2022 16:46:11 +0100 Subject: [PATCH] fix comments --- src/new_builtin_devices.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/new_builtin_devices.c b/src/new_builtin_devices.c index a3c418882..3a10d539d 100644 --- a/src/new_builtin_devices.c +++ b/src/new_builtin_devices.c @@ -862,13 +862,13 @@ void Setup_Device_Jinvoo_AC_TV_Box_IR_Controller() { // IR leds - IRSend = P26 CFG_ClearPins(); - // Led - PIN_SetPinRoleForPinIndex(6, IOR_Button); // Embedded Button + PIN_SetPinRoleForPinIndex(6, IOR_Button); + // IR receiver PIN_SetPinRoleForPinIndex(7, IOR_IRRecv); - // Switch + // LED PIN_SetPinRoleForPinIndex(8, IOR_LED_WIFI); - // Relay + // IR LEDs PIN_SetPinRoleForPinIndex(26, IOR_IRSend); CFG_Save_SetupTimer();