Skip to content

Commit 005e971

Browse files
committed
scroll speed reverse fix
1 parent 0c6f35c commit 005e971

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Pages/LedSign/LedSign.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,11 @@ function LedSign() {
7070

7171
async function handleSend() {
7272
setAwaitingSignResponse(true);
73-
let correctedScrollSpeed = 10 - scrollSpeed;
7473
const signResponse = await updateSignText(
7574
{
7675
text,
7776
brightness,
78-
scrollSpeed: correctedScrollSpeed,
77+
scrollSpeed,
7978
backgroundColor,
8079
textColor,
8180
borderColor,

0 commit comments

Comments
 (0)