tessel / openwrt-tessel

OpenWrt build scripts and package feed for Tessel 2
Other
32 stars 14 forks source link

Explicitly set initial wireless settings to disabled #41

Closed johnnyman727 closed 8 years ago

johnnyman727 commented 8 years ago

I've been having issues when the ap config, even if it hasn't been set up yet, blocks a successfully station mode attempt. I believe what happens is that the lack of a disabled property means the acess point is enabled by default however because it doesn't have all the required keys (ssid, etc.), the wireless configuration as a whole is treated as invalid.

I still need to test this. See smoke tests described within #43 which I tested on two different T2s.