joeycastillo / Sensor-Watch

A board replacement for the classic Casio F-91W wristwatch
Other
1.02k stars 210 forks source link

template: fix compiler warning on watch_face_index as mentioned in PR269 #360

Closed CarpeNoctem closed 5 months ago

CarpeNoctem commented 5 months ago

Addresses a compiler warning of unused watch_face_index, as @WesleyAC mentioned in a comment on Pull Request #269. Putting the fix right at the root of where it came from - in the template.

WesleyAC commented 5 months ago

Looks good, thanks!