TheThingsNetwork / arduino-device-lib

Arduino Library for TTN Devices
MIT License
208 stars 96 forks source link

Node: Find a test to force user to select the right board #76

Closed FokkeZB closed 7 years ago

FokkeZB commented 7 years ago

Currently the sketch will compile fine if you (still) have Leonardo Uno selected, but then brick the Node.

It would be great if we could have some kind of code in the Node library that will cause the compile the fail if the right board is not selected.

FokkeZB commented 7 years ago

Discussed with @svenhaitjema and it seems like we can't.