ESP8266 Developer Zone The Official ESP8266 Forum 2014-12-23T21:07:57+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=97 2014-12-23T21:07:57+08:00 2014-12-23T21:07:57+08:00 https://bbs.espressif.com:443/viewtopic.php?t=97&p=336#p336 <![CDATA[Re: Instruction:How change sniffer mode into normal in v0.9.]]> wifi_promiscuous_enable(0) not works?
In example:

Code:

wifi_promiscuous_enable(1);
...
some operations in promiscuous mode
...
//wifi_promiscuous_enable(0);  //old style
system_restart();              //new style

?

Statistics: Posted by reaper7 — Tue Dec 23, 2014 9:07 pm


]]>
2014-12-23T20:33:19+08:00 2014-12-23T20:33:19+08:00 https://bbs.espressif.com:443/viewtopic.php?t=97&p=332#p332 <![CDATA[Instruction:How change sniffer mode into normal in v0.9.4]]>
Esp8266 change sniffer mode into normal mode need to be reset .

SDK version: "esp_iot_sdk_v0.9.4_14_12_19"

-------------------------------
新版本sniffer模式回到普通模式需要reset.

Enjoy!

Statistics: Posted by ESP_Alfred — Tue Dec 23, 2014 8:33 pm


]]>