1. 08 Feb, 2023 3 commits
    • Olivér Remény's avatar
      Reword "ESP-IDF as Component" (#7812) · b4ad2054
      Olivér Remény authored
      I think "Arduino as an ESP-IDF component" or just "As ESP-IDF component" instead of  "ESP-IDF as Component" is more correct way to name the link.
      
      1. "ESP-IDF as Component" would imply that ESP-IDF is some sort of library for Arduino, which is (IMO) misleading, because it's true the other way around.
      2. It's written as "Arduino as an ESP-IDF component" on the webpage it points to as well.
      
      - Also I removed the capitalization from "Component" as I have not found a reason why is it capitalized.
      b4ad2054
    • Gaya3N25's avatar
      Add Roboheart Hercules development board to the esp32-core (#7672) · 4e29a05b
      Gaya3N25 authored
      * added Roboheart Hercules pin definitions and board.txt entries
      
      * added package_roboheat.json for prototyping
      
      * Roboheart Hercules pins
      
      * Updated the pins
      
      * Delete package_roboheart.json
      
      * Requested changes
      
      ---------
      Co-authored-by: default avatarrenebohne <rene.bohne@gmail.com>
      4e29a05b
    • David McCurley's avatar
      WString Return bool (#7774) · 0fa66722
      David McCurley authored
      0fa66722
  2. 07 Feb, 2023 3 commits
  3. 06 Feb, 2023 21 commits
  4. 20 Jan, 2023 1 commit
  5. 17 Jan, 2023 1 commit
  6. 12 Jan, 2023 2 commits
  7. 10 Jan, 2023 1 commit
  8. 09 Jan, 2023 1 commit
  9. 06 Jan, 2023 2 commits
  10. 04 Jan, 2023 1 commit
    • Vojtěch Bartoška's avatar
      Gitter link update of Readme.md (#7658) · 0ad5eef9
      Vojtěch Bartoška authored
      On last Community Meeting, we have noticed that some active contributors don't know about the Gitter channel. 
      
      This PR replace Gitter badge button by simple web link so it's supposed to be more visible.
      0ad5eef9
  11. 02 Jan, 2023 1 commit
  12. 22 Dec, 2022 3 commits
    • me-no-dev's avatar
      Update on-release.sh · b63f9470
      me-no-dev authored
      b63f9470
    • Sanket Wadekar's avatar
      Fixed issue where esp32 won't reconnect to WiFi AP if the AP was restarted. (#7512) · 7c79cdd6
      Sanket Wadekar authored
      * Fixed issue where esp32 won't reconnect to WiFi AP if the AP was restarted
      
      * Added the autoReconnect condition and removed the reconnect reason
      
      * Chenges on the WiFi reconnection and added new example
      
      * Added new line at the end
      
      * Changes reverted with some minor changes. New example remained
      
      * Changes reverted and sync
      Co-authored-by: default avatarpedro.minatel <pedro.minatel@espressif.com>
      7c79cdd6
    • Sanket Wadekar's avatar
      Draft: Esp insights library support (#7566) · 161b1673
      Sanket Wadekar authored
      * ESP Insights: Added library support
      
      * ESP Insights: Added Examples
      
      * ESP Insights: Added custom partitions file
      
      * ESP Insights: Added API documentation.
      
      * Added recipe and script to create Insights package
      
      * Updated ESP Insights examples.
      
      * Changed Insights Firmware package output directory
      
      * Changed license to include SPDX license
      
      * Fix Insights package for Windows
      
      * Updated .exe of insights script
      
      * Added coredump partition to all schemes
      
      * Updated header files of Insights diagnostics
      
      * hotfix: Added elf-sha256-offset flag in elf2bin
      builder
      
      * Update API to be more Arduino-like and partitions offsets
      Co-authored-by: default avatarMe No Dev <me-no-dev@users.noreply.github.com>
      161b1673