1. 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
  2. 06 11月, 2017 7 次提交
  3. 30 10月, 2017 5 次提交
  4. 25 10月, 2017 2 次提交
  5. 24 10月, 2017 6 次提交
  6. 23 10月, 2017 1 次提交
  7. 22 10月, 2017 1 次提交
    • C
      Correct 10bit Device address handling. · a695187d
      chuck todd 提交于
      The existing code did not follow protocol with 10bit addressed devices.  Per _Philps/NXP Semiconductors UM10204 I2C-bus specification and user manual Rev. 6 4April2014_ pg.15 3.1.11 10-bit addressing:
      ~The first seven bits of the first byte are the combination of 1111 0xx of which the last two bits (xx) are the two Most-Significant Bits (MSB) of the 10-bit address; the eighth bit of the first byte is the R/!W! bit the determines the direction of the message~
      a695187d
  8. 21 10月, 2017 4 次提交
  9. 18 10月, 2017 1 次提交
  10. 17 10月, 2017 4 次提交
  11. 14 10月, 2017 4 次提交
  12. 13 10月, 2017 2 次提交
  13. 12 10月, 2017 1 次提交
  14. 11 10月, 2017 1 次提交
    • A
      Create ledcWrite_RGB.ino (#688) · f1e87d91
      Allan 提交于
      * Create ledcWrite_demo_ESP32_RGB.ino
      
      adding the public domain example ledcWrite_demo_ESP32.ino to this repo.  Added RGB to the name for people searching, added some comments, and renames things to make a bit more sense.
      
      * Update ledcWrite_demo_ESP32_RGB.ino
      
      renamed to ledcWrite_RGB.ino and added a couple more comments based on https://github.com/espressif/arduino-esp32/issues/689
      
      * Rename libraries/ESP32/examples/AnalogOut/ledcWrite_demo_ESP32_RGB/ledcWrite_demo_ESP32_RGB.ino to libraries/ESP32/examples/AnalogOut/ledcWrite_RGB/ledcWrite_RGB.ino
      
      Renamed.
      f1e87d91