1. 03 12月, 2018 1 次提交
  2. 29 11月, 2018 1 次提交
    • L
      Clean warnings when all warning enabled (#2112) · ce340faf
      Luc 提交于
      * Clean warnings when all warning enabled
      
      Not used variables / functions due to debug log
      
      Dual define with different values :
      cores\esp32/binary.h
      #define B110 6
      #define B1000000 64
      
      tools/sdk/include/newlib/sys/termios.h
      #define B110        3
      #define B1000000   23
      
      Local variable returned in WiFiclient Secure
      
      * change due to deprecated function
      
      * Update with proper variable and label
      
      * Update esp32-hal-i2c.c
      
      * Apply changes requested
      
      * Fix warnings due to #define conflict thanks @atanisoft
      ce340faf
  3. 27 11月, 2018 1 次提交
  4. 19 11月, 2018 1 次提交
  5. 28 6月, 2018 1 次提交
  6. 14 5月, 2018 1 次提交
  7. 16 4月, 2018 1 次提交
  8. 14 4月, 2018 1 次提交
  9. 18 1月, 2018 1 次提交
    • L
      WiFiClientSecure::lastError() method (#945) · d650ac6c
      lbernstone 提交于
      * Added a lastError method to WiFiClientSecure so that a connection error from mbedTLS can be retrieved if connection fails (and then presented to a user).
      
      * Changed to dos CRLF
      
      * Made buffer size a const\nMore cleanup to match source
      d650ac6c
  10. 19 12月, 2017 1 次提交
  11. 24 8月, 2017 1 次提交
  12. 19 5月, 2017 1 次提交
    • C
      HTTPClient Port (#347) · 51a4432c
      copercini 提交于
      * Fix possible infinite loop in the example
      
      * Remove workaround of sockets always return -76 
      
      Remove workaround of sockets always return -76 (because it's fixed on IDF now)
      Remove delay during handshake (improving stability)
      
      * Remove unusable mbedtls_net of context creation
      
      * Fix bad destructor
      
      * Compatibility with WiFiClient for HTTPClient
      
      * Initial port from ESP8266
      
      Changed SHA1 fingerprint by Root CA verification
      Changed log system
      
      * Remove deprecated function
      51a4432c
  13. 10 3月, 2017 1 次提交
  14. 01 3月, 2017 1 次提交
  15. 17 2月, 2017 1 次提交
  16. 11 2月, 2017 1 次提交