sketch: simple LED blink
2014-07-25 08:11 : wifi OK, uptime=6:59:04.868013, ok/nok: 2310/3
no particular pattern
root@Arduino:/tmp# wifi down && sleep 5 && wifi
Successfully initialized wpa_supplicant
ifconfig wlan0 down; ifconfig wlan0 up
git add . git commit . git push origin master git reset . git rm vi .gitignoreto remove local changes from (uncommitted) file:
git checkout filenamewhen creating a new project on gitHub, get it on PC:
mkdir wifiMonitor cd wifiMonitor/ git init git remote add origin https://github.com/NicoLugil/wifiMonitor git remote -v git fetch origin git merge origin/masterAfter creating gh-pages (project page) using website, get it on local copy:
cd repository git fetch origin # remote: Counting objects: 92, done. # remote: Compressing objects: 100% (63/63), done. # remote: Total 68 (delta 41), reused 0 (delta 0) # Unpacking objects: 100% (68/68), done. # From https://github.com/user/repo.git # * [new branch] gh-pages -> origin/gh-pages git checkout gh-pages # Branch gh-pages set up to track remote branch gh-pages from origin. # Switched to a new branch 'gh-pages'