barn53 / CoinThing

a coin ticker display
MIT License
32 stars 8 forks source link

Can't build the project #19

Closed holyape closed 1 year ago

holyape commented 1 year ago

Hi! Unfortunately, when trying to build the project in PlatformIO, it fails with the same response:

FileNotFoundError: [Errno 2] No such file or directory: 'secrets/secrets.json'

It seems like the file is really missing - how can I get or generate one by myself?

barn53 commented 1 year ago

Hi, you are right. This file is missing, since it holds the wifi credentials. I added a file secrets/rename_to_secrets.json. You can rename it and provide your credentials. Or leave them out. These are optional.