Skip to content

Instantly share code, notes, and snippets.

@aerosol
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aerosol/e19241909949c6863099 to your computer and use it in GitHub Desktop.
Save aerosol/e19241909949c6863099 to your computer and use it in GitHub Desktop.
1)
wireless.connections.ap = [{some_ap, live:false},
{new_ap, live:true}]
2)
wireless.connections.ap = [{some_ap, live:true}]
3)
wireless.connections.ap = [{some_ap, live:false}]
4)
wireless.connections.ap = [{some_ap_without_live_attribute}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment