1. 23 5月, 2017 1 次提交
  2. 22 5月, 2017 5 次提交
  3. 06 5月, 2017 1 次提交
  4. 05 5月, 2017 1 次提交
  5. 11 4月, 2017 1 次提交
  6. 04 4月, 2017 2 次提交
  7. 26 3月, 2017 1 次提交
  8. 24 3月, 2017 1 次提交
  9. 20 3月, 2017 2 次提交
  10. 03 3月, 2017 1 次提交
  11. 02 3月, 2017 3 次提交
  12. 01 3月, 2017 1 次提交
    • D
      Revise WiFiClient::Write to handle EAGAIN (#240) · 770830aa
      David Schroeder 提交于
      The send call may return EAGAIN. This indicates a recoverable error and a retry should be attempted. The current implementation treats this as a fatal error. Further, the current implementation strips the error code, setting it to 0, which prevents the caller from handling it directly. 
      This change utilizes select to verify the socket is available prior to calling send and will retry on an EAGAIN condition.
      770830aa
  13. 23 2月, 2017 1 次提交
    • M
      Major IDF and Arduino Update · 1d759380
      me-no-dev 提交于
      WiFi and BlueTooth can now be started and stopped at will.
      basic functions added to esp32-hal to start and stop the BT radio
      SimpleBLE class added to show the most basic functionality
      Example to show how to switch between BT, WiFi or Both
      1d759380
  14. 10 2月, 2017 4 次提交
  15. 09 2月, 2017 2 次提交
  16. 06 2月, 2017 2 次提交
  17. 05 2月, 2017 1 次提交
  18. 03 2月, 2017 1 次提交
  19. 24 1月, 2017 2 次提交
  20. 20 1月, 2017 1 次提交
    • S
      Add smartConfig support (#136) · 57dbc9ab
      Seop Yoon 提交于
      * smartConfig support
      
      * fixed bug, added example
      
      * added _smartConfigDone = ture
      
      * changed example name, added explanation
      57dbc9ab
  21. 19 1月, 2017 2 次提交
  22. 06 1月, 2017 1 次提交
  23. 02 1月, 2017 1 次提交
  24. 30 12月, 2016 1 次提交
  25. 01 12月, 2016 1 次提交