things4u / ESP-1ch-Gateway-v5.0--OLD

Version 5 of Single Channel LoRa Gateway
MIT License
311 stars 162 forks source link

Gateway not showing on TTN Community Map #32

Closed HWittlich closed 6 years ago

HWittlich commented 6 years ago

First off, I want to thank you for all the outstanding work! I'm really grateful that you enabled me to build my own working single channel gateway.

I have a question that is related to TTN: I would like for my Gateway to show up on the Community map. I have specified its position in TTN (it is successfully registered), but it's not showing up on the map.

Do I have to change something in ESP-sc-gway.h? for now, I left the standard values in the code (except email).

`// Gateway Ident definitions

define _DESCRIPTION "ESP Gateway" // Name of the gateway

define _EMAIL "mw12554@hotmail.com" // Owner

define _PLATFORM "ESP8266"

define _LAT 52.0

define _LON 5.0

define _ALT 1 `

Thank you for your time :)

HWittlich commented 6 years ago

Nevermind, it just took some time for the gateway to show up... Patience is apparently not my forte.