Statistics: Posted by eriksl — Mon Oct 05, 2015 6:11 pm
tve wrote:provide an official way to register an idle handler that gets invoked whenever the system is idle.
Statistics: Posted by tve — Sat Oct 03, 2015 1:32 am
Statistics: Posted by kolban — Fri Oct 02, 2015 8:26 pm
Statistics: Posted by eriksl — Fri Oct 02, 2015 5:40 pm
Code:
** esp-test ready
mode : sta(18:fe:34:a6:e8:8f)
add if0
f 0, 8853> wifi status=1 tick=0
scandone
state: 0 -> 2 (b0)
state: 2 -> 3 (0)
state: 3 -> 5 (10)
add 0
aid 2
pm open phy_2,type:1 0 0
cnt
connected with tve-home, channel 1
*** WIFI EVENT 0
Wifi connected to ssid tve-home, ch 1
dhcp client start...
10853> wifi status=1 tick=1
12853> wifi status=1 tick=2
*** WIFI EVENT 3
Wifi got ip:192.168.0.114,mask:255.255.255.0,gw:192.168.0.1
ip:192.168.0.114,mask:255.255.255.0,gw:192.168.0.1
14853> wifi status=5 tick=3
16853> wifi status=5 tick=4
Code:
** esp-test ready
mode : sta(18:fe:34:a6:e8:8f)
add if0
f r0, 8689> wifi status=1 tick=0
scandone
state: 0 -> 2 (b0)
state: 2 -> 3 (0)
state: 3 -> 5 (10)
add 0
aid 4
cnt
connected with tve-home, channel 1
dhcp client start...
10689> wifi status=1 tick=1
12689> wifi status=1 tick=2
ip:192.168.0.114,mask:255.255.255.0,gw:192.168.0.1
14689> wifi status=5 tick=3
16689> wifi status=5 tick=4
Setting opmode to SOFTAP
state: 5 -> 0 (0)
rm 0
del if0
usl
mode : softAP(1a:fe:34:a6:e8:8f)
add if1
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
bcn 100
18689> wifi status=255 tick=5
20689> wifi status=255 tick=6
Code:
STA_SSID=your-ssid STA_PASS=your-password make
Statistics: Posted by tve — Fri Oct 02, 2015 2:25 am