1. 05 3月, 2018 1 次提交
    • L
      DNS Server : bug fix and prettifying (#1011) · 694c3a45
      Laurent Louf 提交于
      * Retrieve some code from what has been done on the ESP8266. Clarify a bit the signification of several bytes in the response.
      
      * Add the type and class as members of the DNS class for an eventual future use.
      
      * Clarify the sense of a magic number present in DNS server.
      
      * A bit of aesthetics for the DNS server.
      
      * Add a structure for the DNS question, use it DNS server to store the question data and to create the DNS answer from scratch.
      694c3a45
  2. 19 1月, 2018 1 次提交
  3. 18 1月, 2018 8 次提交
  4. 19 12月, 2017 3 次提交
  5. 15 12月, 2017 1 次提交
  6. 05 12月, 2017 1 次提交
  7. 30 11月, 2017 1 次提交
  8. 28 11月, 2017 1 次提交
    • Z
      Set HSPI ports by default when HSPI is selected (#874) · 3198f25c
      zipiju 提交于
      When user selected HSPI with SPIClass name(HSPI) ESP was, by default,
      still using VSPI ports (the ones defined in pins_arduino.h).
      With this change when user selects HSPI then HSPI default ports will be
      used.
      If user won't specify HSPI then VSPI default ports will be used.
      If user will specify SCLK, MOSI, MISO and SS with SPI.begin() then user
      defined ports will be used no matter if VSPI or HSPI is selected.
      With this change fe. SD library can use default HSPI ports. It was
      possible to
      pass HSPI SPI instance to SD lib, however even then it was using VSPI
      ports which were (probably) GPIO matrixed to HSPI.
      3198f25c
  9. 24 11月, 2017 1 次提交
  10. 07 11月, 2017 2 次提交
  11. 06 11月, 2017 4 次提交
  12. 30 10月, 2017 2 次提交
  13. 23 10月, 2017 1 次提交
  14. 21 10月, 2017 2 次提交
  15. 18 10月, 2017 1 次提交
  16. 17 10月, 2017 2 次提交
  17. 14 10月, 2017 1 次提交
  18. 13 10月, 2017 1 次提交
  19. 11 10月, 2017 2 次提交
  20. 09 10月, 2017 1 次提交
  21. 01 10月, 2017 1 次提交
  22. 29 9月, 2017 2 次提交
    • J
      I2c reset functionality (#678) · 0cd62852
      Jason K 提交于
      * Addition of a i2cReset method and timeout handling for the case where the i2c hardware FSM (state machine) gets stuck in a busy state.
      
      * Use newly added i2cReset function within the wire library.
      0cd62852
    • F
      Add example to update ESP32 via SD card (#628) · 10ff1def
      Frederik 提交于
      * Add example to update ESP32 via SD card
      
      * Delete update.bin from sd upon finishing update
      
      * remove precompiled binary from example
      
      * Check whether update.bin is a file
      10ff1def