davidferguson / pibakery-blocks

All the blocks for the Pi Bakery program
GNU General Public License v3.0
242 stars 86 forks source link

problems with wifi on firstboot #90

Open japel opened 5 years ago

japel commented 5 years ago

I had problems connecting with the wifi on firstboot... and I found out it was connecting correctly but there was no dns resolution.

I found that these lines are commented out in wifiConnect.py: https://github.com/davidferguson/pibakery-blocks/blob/master/wifisetup/wifiConnect.py#L52

Why are they commented out? If I uncomment them, dns resolution works.