Bjoerns-TB / ttn-gps-tracker

GPS Tracker for TTN
GNU General Public License v3.0
17 stars 16 forks source link

Adjusting coords array length in lowpower sources #4

Closed rzahoransky closed 2 years ago

rzahoransky commented 4 years ago

Hello Bjoern,

thank you for your code. I used it to map my lora gateway. While using the lowpower sources I found that coords[] had the wrong length. I used this to try my first pull request, maybe you accept my pull request?

Changes uint8_t coords[8] to uint8_t coords[9] in line 33.

Greetings Richard