TheThingsNetwork / arduino-device-lib

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

Replaced typedef and defines by enum #101

Closed n2jn closed 7 years ago

n2jn commented 7 years ago

Replaced typedef and defines with enum. TTN_EU_868 has the value of 0 and TTN_US_915 has the value of 1

97

johanstokking commented 7 years ago

Fix conflicts too, can't merge