mcci-catena / arduino-lorawan

User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN® networks
MIT License
285 stars 54 forks source link

GetRegionString() compile warnings #32

Closed terrillmoore closed 6 years ago

terrillmoore commented 6 years ago

We need always to return a string (sometimes internal). If returning an internal string, it has to be immutable. So type must be const char *.