1. 10 Jun, 2021 4 commits
  2. 09 Jun, 2021 15 commits
  3. 31 May, 2021 1 commit
    • Me No Dev's avatar
      IDF master c13afea63 (#5214) · a618fc13
      Me No Dev authored
      esp-dsp: master 7cc5073
      esp-face: master 420fc7e
      esp-rainmaker: f1b82c7
      esp32-camera: master 6f8489e
      esp_littlefs: master b58f00c
      a618fc13
  4. 28 May, 2021 1 commit
  5. 18 May, 2021 15 commits
  6. 22 Apr, 2021 3 commits
    • chegewara's avatar
      BLE5 features to use with C3/S3 (#5085) · 7856de7a
      chegewara authored
      Added new BLE5 features to use on C3/S3 family:
      
      extended scan,
      extended/multi advertising
      New code is not fancy (no feedback from events), but i think it is functional. To get feedback from events i am suggesting to use custom GAP callback, which is already implemented in BLEDevice.
      7856de7a
    • Piyush Shah's avatar
      RainMaker library: Minor changes (#5092) · e62ff6dc
      Piyush Shah authored
      - Use Serial.print instead of log_i for QR code helper information,
        so that it is always printed by default.
      - Expose the RainMaker factory reset and wifi reset APIs.
      - Simplify example to have only a Switch device. Create another example for custom device.
      - Enable push button based Factory reset and Wi-Fi reset.
      - Added support for the TimeZone service.
      - Moved API doc to RainMaker library's top level README.
      - Other minor doc changes.
      e62ff6dc
    • Unexpected Maker's avatar
  7. 21 Apr, 2021 1 commit
    • Unexpected Maker's avatar
      Re-add TinyS2 to boards.txt (#5093) · cdd48e4e
      Unexpected Maker authored
      * Removed ProS2 and added TinyS2 to boards.txt
      
      * Fixed incorrect NUM_OUTPUT_PINS - should be 47 not 45
      This is why my APA doesn't work on my FeatherS2 as it usess IO45 and the check is for < not <=
      
      * TinyS2 from boards.txt got stomped with old proS2 stuff (no idea why), so adding it back in.
      cdd48e4e