From 0c6d7a589900727fdf684bca4e20afc66949967b Mon Sep 17 00:00:00 2001 From: Charlie Date: Sat, 5 Nov 2016 14:53:54 -0400 Subject: [PATCH] Updating Documentation, include warning of 5Ghz network. --- wifi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wifi.md b/wifi.md index c6d24b1..e211914 100644 --- a/wifi.md +++ b/wifi.md @@ -25,8 +25,8 @@ To connect to a new network, enter in your command line (without brackets) `t2 wifi -n -p ` - -_Note: if you have spaces in your network name, or password, add quotes around the network name and/or password_ +_Note: Wifi radio on Tessel can only connect to 2.4GHz networks. As of yet, you cannot to connect over a 5GHz network. +_Note: if you have spaces in your network name, or password, add quotes around the network name and/or password_ `t2 wifi -n "" -p ""` The password flag is optional. Tessel 2 will save network credentials and attempt to reconnect automatically on startup.