Fast led i strip fix #95

Closed
Squatnet wants to merge 3 commits from FastLedIStripFix into FastLedRainbowFix
Squatnet commented 2019-05-29 19:29:09 +01:00 (Migrated from github.com)
No description provided.
Riolaurenti (Migrated from github.com) reviewed 2019-05-29 19:29:09 +01:00
kieran-boyle (Migrated from github.com) reviewed 2019-05-29 19:29:09 +01:00
Squatnet (Migrated from github.com) reviewed 2019-05-29 19:32:14 +01:00
@ -84,3 +83,4 @@
attchStr = 4
shwChks = true
commandGrpName += str(args[1])+","
func setCol(col):
Squatnet (Migrated from github.com) commented 2019-05-29 19:32:14 +01:00

Sets a static number for strips to 4

Sets a static number for strips to 4
Squatnet (Migrated from github.com) reviewed 2019-05-29 19:33:00 +01:00
Squatnet (Migrated from github.com) left a comment

makes it easier to address from godot app

makes it easier to address from godot app
Squatnet (Migrated from github.com) reviewed 2019-05-29 19:34:16 +01:00
@ -65,3 +65,3 @@
if x[0] == "Str":
attchStr = int(x[3])
attchStr = 4
if x[0] != "Str":
Squatnet (Migrated from github.com) commented 2019-05-29 19:34:16 +01:00

Set staticf number of strips

Set staticf number of strips
Squatnet (Migrated from github.com) reviewed 2019-05-29 19:35:02 +01:00
Squatnet (Migrated from github.com) left a comment

Added another comment

Added another comment
Squatnet (Migrated from github.com) reviewed 2019-05-29 19:40:00 +01:00
@ -226,3 +226,3 @@
return 0;
//bus.send(uint8_t(id),"Rst,",5);
bus.send(uint8_t(id),"Rst,",5);
}
Squatnet (Migrated from github.com) commented 2019-05-29 19:39:59 +01:00

forgot to uncomment this after getting the wiznet working

forgot to uncomment this after getting the wiznet working
Squatnet (Migrated from github.com) reviewed 2019-05-29 19:43:24 +01:00
Squatnet (Migrated from github.com) left a comment

Whoops

Whoops

Pull request closed

Sign in to join this conversation.
No description provided.