From 4bd281ce6cbd43f38b2a3131cd38b25885a22b3a Mon Sep 17 00:00:00 2001 From: Ilya Kirov Date: Tue, 25 Jul 2023 20:53:31 +0300 Subject: [PATCH] fix(ignore): Add ep `l` till 24 (#18422) Co-authored-by: Koen Kanters --- lib/util/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util/utils.ts b/lib/util/utils.ts index 63fa2e65c..a951088ef 100644 --- a/lib/util/utils.ts +++ b/lib/util/utils.ts @@ -35,6 +35,7 @@ const endpointNames = [ 'ep1', 'ep2', 'row_1', 'row_2', 'row_3', 'row_4', 'relay', 'usb', 'l1', 'l2', 'l3', 'l4', 'l5', 'l6', 'l7', 'l8', 'l9', 'l10', 'l11', 'l12', 'l13', 'l14', 'l15', 'l16', + 'l17', 'l18', 'l19', 'l20', 'l21', 'l22', 'l23', 'l24', 'th1', 'th2', 'th3', 'th4', 'th5', 'th6', 'th7', 'th8', 'th9', 'th10', 'button_1', 'button_2', 'button_3', 'button_4', 'button_5', 'button_6', 'button_7', 'button_8', 'button_9', 'button_10',