Skip to content

Commit

Permalink
Update Arduino-Aime-Reader.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Sucareto authored Aug 29, 2021
1 parent 1b6174d commit d24e827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino-Aime-Reader.ino
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void SerialCheck() {

void setup() {
SerialDevice.begin(38400);
// SerialDevice.begin(119200);//high_baudrate=true
// SerialDevice.begin(115200);//high_baudrate=true
SerialDevice.setTimeout(0);
FastLED.addLeds<WS2812B, DATA_PIN, GRB>(leds, NUM_LEDS);
FastLED.setBrightness(50);
Expand Down

0 comments on commit d24e827

Please sign in to comment.