Skip to content

Commit

Permalink
Remove wled init pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
jfabellera committed Sep 25, 2024
1 parent 938be84 commit c15b57a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions back-end/realtime/src/util/WLEDHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export const buildWledInitializationPacket = (
ps: 0,
seg: packet.segments.map((segment) => ({
start: segment.start,
stop: segment.stop,
col: [0],
fx: 0
stop: segment.stop
}))
};

Expand Down

0 comments on commit c15b57a

Please sign in to comment.