polyvision / EasyRaceLapTimer

http://www.easyracelaptimer.com
99 stars 66 forks source link

Display Transponder ID in two sets of LED Flashes broken #58

Open vcazan opened 8 years ago

vcazan commented 8 years ago

Currently if I flash the latest version of 0.3.1 that is in the master, attiny gets stuck in setup function in this for loop:

for (int i = 0; i < transponder_id / 10; i++) { //Display MSB
polyvision commented 8 years ago

I've merged a pull request regarding this bug. Please check it out.