diff --git a/src/Components/KnobSection.tsx b/src/Components/KnobSection.tsx index eb6d9e4..3554f02 100644 --- a/src/Components/KnobSection.tsx +++ b/src/Components/KnobSection.tsx @@ -10,7 +10,7 @@ justify-content: space-between; margin: 1rem; `; -const ids: number[] = [0, 1, 2, 3]; +const ids: number[] = [2, 3, 1, 0]; const KnobSection = () => { const serialConnection = useAppSelector((state) => state.serialConnection);