Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement WiFi.getCredentials #759

Merged

Commits on Jan 12, 2016

  1. Implement WiFi.getCredentials

    * User provides an array of WiFiAccessPoint that get filled with the APs
      saved on the device
    * Returns number of APs on device
    * Photon only. Returns 0 on the Core since it cannot read APs back from the CC3000
    
    Changes
    * Implement wlan_get_credentials in HAL
    * Implement WiFi.getCredentials with array arguments
    * Add API test
    
    Fixes #453
    monkbroc committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    06fe283 View commit details
    Browse the repository at this point in the history