1. 26 Apr, 2022 1 commit
    • Valerii Koval's avatar
      Add support for extra flash images (#6625) · f0636d51
      Valerii Koval authored
      This PR adds support for uploading additional flash images (e.g. Adafruit Tiny UF2 bootloader) specified in board manifests.
      
      Additionally, the PR switches the PlatformIO CI script to the upstream version of the ESP32 dev-platform (basically reverts changes introduced in #5387 as they are no longer required).
      f0636d51
  2. 21 Apr, 2022 6 commits
  3. 20 Apr, 2022 2 commits
  4. 05 Apr, 2022 2 commits
  5. 04 Apr, 2022 6 commits
  6. 31 Mar, 2022 1 commit
  7. 29 Mar, 2022 3 commits
  8. 28 Mar, 2022 15 commits
  9. 23 Mar, 2022 1 commit
  10. 18 Mar, 2022 1 commit
  11. 15 Mar, 2022 1 commit
    • John P. Swensen's avatar
      Added another overloaded WiFiSTAClass::begin() function that provides… (#6398) · d977359e
      John P. Swensen authored
      Summary
      
      The examples demonstrate how to create a WPA2 Enterprise connection, but it requires using various direct esp_idf functions. This patch is intended to create another overloaded version of the WiFi.begin() function that allows a user to create a WPA2 Enterprise connection in much the same way as different kinds of connections.
      
      My only question for the core maintainers is whether I should leave those #ifdef's in there. I added them so that it was easy to disable all the code I added via defines from my platformio.ini file, but they technically aren't necessary.
      
      Impact
      
      This should make it easier for novice users to create WPA2 Enterprise connections. For my university, I didn't need a root certificate or the client certificate or client key, so I haven't been able to debug those scenarios, but I built the begin functions to allow any one of those to be used, if needed.
      
      I can confirm that eduroam-style WPA2 Enterprise networks that only require authentication with a username and password works as expected.
      d977359e
  12. 14 Mar, 2022 1 commit