Skip to content

Commit

Permalink
Merge pull request #171 from the-orange-alliance/update-default-patte…
Browse files Browse the repository at this point in the history
…rn-thing

Set init pattern to all 0
  • Loading branch information
kyle-flynn authored Sep 26, 2024
2 parents 97e158f + 666eee8 commit 5972a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-end/realtime/src/util/WLEDHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const buildWledInitializationPacket = (
start: segment.start,
stop: segment.stop,
col: [0],
fx: 9
fx: 0
}))
};

Expand Down

0 comments on commit 5972a31

Please sign in to comment.