We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68aec70 commit 6827024Copy full SHA for 6827024
Metro/Metro_HSTX_Matrix/Metro_HSTX_Matrix.ino
@@ -35,7 +35,7 @@ struct CharStream {
35
CharStream streams[250]; // Allow for decent density
36
37
// Stream creation rate (higher = more frequent new streams)
38
-const int STREAM_CREATION_CHANCE = 40; // % chance per frame to create new stream
+const int STREAM_CREATION_CHANCE = 65; // % chance per frame to create new stream
39
40
// Initial streams to create at startup
41
const int INITIAL_STREAMS = 30;
0 commit comments