From 989d4873179060dfa91198ae4f4d7a1b3682a208 Mon Sep 17 00:00:00 2001 From: 3djc Date: Thu, 19 Dec 2019 10:27:40 +0100 Subject: [PATCH] Align naming for X12S (#7217) --- companion/src/firmwares/boards.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/companion/src/firmwares/boards.cpp b/companion/src/firmwares/boards.cpp index c1fbcb666..acfc70004 100644 --- a/companion/src/firmwares/boards.cpp +++ b/companion/src/firmwares/boards.cpp @@ -457,8 +457,8 @@ QString Boards::getAnalogInputName(Board::Type board, int index) "S1", "6P", "S2", - "S3", - "S4", + "L1", + "L2", "LS", "RS", "JSx", -- 2.11.4.GIT