TheThingsProducts / gateway

The Things Kickstarter Gateway
https://www.thethingsindustries.com/docs/gateways/models/thethingskickstartergateway
55 stars 20 forks source link

Fix HTTP loop, load config from file #65

Closed danielkucera closed 3 years ago

danielkucera commented 5 years ago

My gateway was often hanging with 3rd led blinking. It was looping in APP_HTTP_REQUEST_WAIT_FOR_CONNECTION due to unstable network connection (more often on wifi than on cable) and dead socket so I added a timeout. This branch also adds basic possibility to load config from file from SD card. Depends on #64 .