lora-gateway / esxp1302

An 8-channel ESP32 LoRa Gateway based on SX1302
Other
33 stars 17 forks source link

webserver: start allways - don't wait for network #18

Closed danielkucera closed 2 weeks ago

danielkucera commented 2 weeks ago

Webserver doesn't need to wait for network connection, it can be started at anytime - it will bind to 0.0.0.0 and when a new connection is made it listens automatically.

dennis4lora commented 2 weeks ago

Thanks. This change makes the logic more simple and clear.