Skip to content
Snippets Groups Projects
Commit b4be5a8f authored by Damien George's avatar Damien George
Browse files

esp8266/modnetwork: Fix wlan.scan() method so it returns all networks.

According to the Arduino ESP8266 implementation the first argument to the
wifi scan callback is actually a bss_info pointer.  This patch fixes the
iteration over this data so the first 2 entries are no longer skipped.

Fixes issue #2372.
parent 4a9542c0
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment