MakeItHackin / Hatch2020Trophy

MIT License
0 stars 0 forks source link

TX and RX LEDs remain ON while running initial loaded software #1

Closed MakeItHackin closed 4 years ago

MakeItHackin commented 4 years ago

I think this is because of the Serial Commands. I will update the code to have a boolean condition to run Serial Commands or not and see if that works

MakeItHackin commented 4 years ago

Seems to be related to the Serial command being used. I created the UseSerial Boolean. Setting it to 0, does not engage Serial, and the LEDs remain off. Set it to 1 to activate Serial.