Skip to content

Conversation

adarshm11
Copy link
Contributor

No description provided.

@adarshm11 adarshm11 changed the title Finalization of sign2 project Readme and cleanup Aug 25, 2025
server.py Outdated
Comment on lines 59 to 61
user["easy"] * POINTS.get("easy", 0)
+ user["medium"] * POINTS.get("medium", 0)
+ user["hard"] * POINTS.get("hard", 0)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default to 1,3,5?

@@ -1,7 +1,5 @@
import dataclasses

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@evanugarte evanugarte changed the title Readme and cleanup Add Readme, cc directory and first/last name to database Aug 30, 2025
--led-pixel-mapper="U-mapper" \
--led-slowdown-us=10
--led-pixel-mapper=U-mapper \
--led-slowdown-us=10 &

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this might need to be --led-slowdown-gpio=VALUE

but we can change it later

@adarshm11 adarshm11 merged commit 762b9bc into master Aug 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants