1. 19 12月, 2017 1 次提交
    • F
      Allow configuration of Ethernet PHY clock source (#916) · 75bc1e64
      Frank Sautter 提交于
      * Allow configuration of Ethernet PHY clock source
      Refer to https://github.com/espressif/esp-idf/pull/1127
      The internal APLL can be used to generate the 50MHz clock for the internal EMAC and the external Ethernet PHY.
      The clock can either be input on GPIO0 (as before) or output on GPIO0, GPIO16 or GPIO17 (only GPIO17 extensively tested).
      New example available.
      
      * Allow configuration of Ethernet PHY clock source
      Refer to https://github.com/espressif/esp-idf/pull/1127
      The internal APLL can be used to generate the 50MHz clock for the internal EMAC and the external Ethernet PHY.
      The clock can either be input on GPIO0 (as before) or output on GPIO0, GPIO16 or GPIO17 (only GPIO17 extensively tested).
      New example available.
      75bc1e64
  2. 05 12月, 2017 1 次提交
  3. 30 11月, 2017 1 次提交
  4. 07 11月, 2017 1 次提交
    • A
      Now SmartConfig works! (#807) · 47cdfff4
      allex1978 提交于
      * little fix to WiFiSTA.cpp
      
      Now SmartConfig works! Tested on ESP32
      
      * little fix to WiFiSTA.cpp
      
      Now SmartConfig works! Tested on ESP32
      47cdfff4
  5. 21 10月, 2017 2 次提交
  6. 18 10月, 2017 1 次提交
  7. 29 9月, 2017 1 次提交
  8. 28 9月, 2017 1 次提交
  9. 22 9月, 2017 1 次提交
  10. 20 9月, 2017 1 次提交
  11. 18 9月, 2017 1 次提交
  12. 17 8月, 2017 1 次提交
  13. 02 8月, 2017 2 次提交
  14. 01 8月, 2017 2 次提交
    • S
      Change disconnect function (#466) · 91d02cc6
      sticilface 提交于
      * Change disconnect function
      
      Current implementation does not disconnect the WiFi. Use of `esp_wifi_disconnect()` does.
      
      * Update WiFiSTA.cpp
      
      put back the clear ssid + password
      remove the duplicate `esp_wifi_set_config(WIFI_IF_STA, &conf);`
      91d02cc6
    • B
      Handle partial socket send (#503) · 37ef5a43
      bbx10 提交于
      send() can return a value > 0 but less than size indicating it was able to accept some of the data in buffer. The caller must try again after updating the buffer pointer and size remaining.
      37ef5a43
  15. 21 6月, 2017 1 次提交
  16. 14 6月, 2017 4 次提交
  17. 29 5月, 2017 1 次提交
  18. 23 5月, 2017 2 次提交
  19. 22 5月, 2017 5 次提交
  20. 06 5月, 2017 1 次提交
  21. 05 5月, 2017 1 次提交
  22. 11 4月, 2017 1 次提交
  23. 04 4月, 2017 2 次提交
  24. 26 3月, 2017 1 次提交
  25. 24 3月, 2017 1 次提交
  26. 20 3月, 2017 2 次提交
  27. 03 3月, 2017 1 次提交