Skip to content

Commit

Permalink
Update AP_PROBEREQRECVED example message (#1956)
Browse files Browse the repository at this point in the history
The example for the eventmon registration for AP_PROBEREQRECVED was displaying "STATION DISCONNECTED" when it should say "PROBE REQUEST RECEIVED".
  • Loading branch information
dnc40085 authored and marcelstoer committed May 6, 2017
1 parent cceb770 commit cba4021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/modules/wifi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ T: Table returned by event.
end)

wifi.eventmon.register(wifi.eventmon.AP_PROBEREQRECVED, function(T)
print("\n\tAP - STATION DISCONNECTED".."\n\tMAC: ".. T.MAC.."\n\tRSSI: "..T.RSSI)
print("\n\tAP - PROBE REQUEST RECEIVED".."\n\tMAC: ".. T.MAC.."\n\tRSSI: "..T.RSSI)
end)
```
#### See also
Expand Down

0 comments on commit cba4021

Please sign in to comment.