Skip to content

Commit

Permalink
back to 'normal' serial speed
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkaliski committed Oct 5, 2019
1 parent c58da96 commit 23611d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Neonome128/Neonome128.ino
Expand Up @@ -41,7 +41,8 @@ void turnOffLEDs() { setAllLEDs(0x000000); }
void turnOnLEDs() { setAllLEDs(0xFFFFFF); }

void setup() {
Serial.begin(500000);
Serial.begin(115200);
// Serial.begin(500000);

if (!trellis.begin()) {
Serial.println("Failed to begin trellis");
Expand Down

0 comments on commit 23611d4

Please sign in to comment.