1. 10 3月, 2017 2 次提交
  2. 03 3月, 2017 1 次提交
  3. 02 3月, 2017 3 次提交
  4. 01 3月, 2017 2 次提交
    • 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
    • M
      Fix compile error with IDF and mbedtls debug off · bcd6dcf5
      me-no-dev 提交于
      bcd6dcf5
  5. 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
  6. 20 2月, 2017 1 次提交
    • M
      Update RepeatTimer example · b5ac95b2
      me-no-dev 提交于
      Implement semaphore and mutex to safeguard the ISR.
      This is the proper way to handle hardware Interrupts with FreeRTOS. The
      more regular approach may/will lead to exceptions
      b5ac95b2
  7. 17 2月, 2017 2 次提交
  8. 14 2月, 2017 2 次提交
  9. 12 2月, 2017 2 次提交
    • M
      Added LEDC Software Fade example (#202) · a36ef2ae
      Martin Sloup 提交于
      * Added LEDC Fade exmaple
      
      * Renamed LEDCFade example to LEDCSoftwareFade
      
      Added valueMax parameter for ledcAnalogWrite
      
      * Remove usage of LED_BUILTIN constant to solve CI errors
      a36ef2ae
    • M
      Refactoring EPS32NVS library to Preferences library (#199) · f9ba8e9c
      Martin Sloup 提交于
      * Refactoring EPS32NVS library to Preferences library
      
      * Renaming all set* functions to put
      * Added functions for float, double and bool
      
      * Small redesign of Preferences API
      
      * added type to put* function names
      * for (u)int64_t used functions name with *(U)Long64
      * added functions for long and unsigned long (same like int a unsigned int)
      f9ba8e9c
  10. 11 2月, 2017 2 次提交
    • C
      Add WiFiClient secure lib (#184) · 8ab3231e
      copercini 提交于
      * Provide SSL/TLS functions to ESP32 with Arduino IDE
      
      * Generate a new random number in case of reconnection
      8ab3231e
    • M
      Improves in ESP32NVS library (#196) · 0fb5e5ca
      Martin Sloup 提交于
      * Improved ESP32NVS default value support for read* functions
      
      Fixed uninitialized NVS flash storage. Added example code.
      
      * Add methods for String and remove unnecessary nvs_flash_init() in ESP32NVS class
      
      + other minor declaration fixes
      
      * ESP32NVS function name renaming
      
      * read* -> get*
      * write* -> set*
      * erase -> clear / remove
      0fb5e5ca
  11. 10 2月, 2017 5 次提交
  12. 09 2月, 2017 3 次提交
  13. 07 2月, 2017 1 次提交
    • I
      Add Touchread example (#175) · cea41d96
      Ion 提交于
      * Add Touchread example
      
      * Rename libraries/ESP32/examples/Touch/TouchRead.ino to libraries/ESP32/examples/Touch/TouchRead/TouchRead.ino
      
      * Update TouchRead.ino
      cea41d96
  14. 06 2月, 2017 3 次提交
  15. 05 2月, 2017 2 次提交
  16. 03 2月, 2017 1 次提交
  17. 01 2月, 2017 1 次提交
  18. 24 1月, 2017 2 次提交
  19. 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
  20. 19 1月, 2017 2 次提交
  21. 06 1月, 2017 1 次提交