sqfmi / watchy-docs

Watchy Documentation Website
MIT License
32 stars 54 forks source link

Ensure PlatformIO tutorial code compiles #30

Closed starptr closed 2 years ago

starptr commented 2 years ago

This PR fixes 2 issues I encountered when going through the PlatformIO getting started tutorial:

  1. Unpinned dependencies caused pio to pull broken code
  2. Example watch face code doesn't compile due to incorrect syntax

Credits to @Nosorożec Kaszle on discord for the help!

sqfmi commented 2 years ago

Thanks! :)