- 17 Apr, 2024 3 commits
-
-
Lucas Saavedra Vaz authored
Fix
-
Jan Procházka authored
* Add Sizes Result workflow * Fix External Libs results workflow
-
Lucas Saavedra Vaz authored
-
- 15 Apr, 2024 8 commits
-
-
Lucas Saavedra Vaz authored
-
Jason2866 authored
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
-
Lucas Saavedra Vaz authored
* Add Config * Add Cache and remove pre-commit action * [pre-commit.ci lite] apply automatic fixes * Remove freeze * Fix * Update action * Use latest stable Python 3 version * Improve caching * Improve cache tag * Improve bot message * fix(typos): Fix typos * fix(typos): Fix more typos * refactor(udp_server): Convert script from Python 2 to 3 * Fix whitespace * Clang-format fixes * Prettier fixes * Black formatting * Manual fixes * Line endings * Fix flake and make Vale manual * Fix flake and reformat --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
Lucas Saavedra Vaz authored
* Add Config * Add Cache and remove pre-commit action * [pre-commit.ci lite] apply automatic fixes * Remove freeze * Fix * Update action * Use latest stable Python 3 version * Improve caching * Improve cache tag * Improve bot message * Fix flake and make Vale manual * Add filter --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
Lucas Saavedra Vaz authored
-
Evgeni Melan authored
-
Ikko Eltociear Ashimine authored
arguement -> argument
-
Lucas Saavedra Vaz authored
-
- 12 Apr, 2024 2 commits
-
-
Me No Dev authored
* fix(ble): rename esp_ble_gap_ext_adv_report_t * IDF release/v5.1 d23b7a0361
-
Sly Gryphon authored
Work around because AF_UNSPEC does not check available addresses when determining result. If you have a global scope IPv6 address, then first check for IPv6 DNS result; if you don't have an IPv6, or there is no IPv6 result, then check IPv4. This allows IPv6-only networks to connect to dual-stack destinations, as they will get the IPv6 address (rather than the unusable IPv4). It also means a dual-stack host to a dual-stack destination will preference IPv6. There is no effect if you are on an IPv4-only network, or it is an IPv4-only destination.
-
- 11 Apr, 2024 2 commits
-
-
Rodrigo Garcia authored
* Create HWCDC_Events.ino * Delete libraries/ESP32/examples/HWSerial_Events/.skip.esp32 * Delete libraries/ESP32/examples/HWSerial_Events/.skip.esp32s2 * Delete libraries/ESP32/examples/HWSerial_Events/HWSerial_Events.ino * Create .skip.esp32 * Create .skip.esp32s2 * Fixes HWCDC_Events.ino * Fixes CI for S3
-
Nathan Nau authored
* Handle large octet-stream * Add exemple Upload Huge File * Remove unuse function printDirectory * Fix upload path * Simplify and generalize the body parsing. * Create .skip.esp32h2 --------- Co-authored-by: me-no-dev <hristo@espressif.com>
-
- 10 Apr, 2024 4 commits
-
-
s-hadinger authored
* Ethernet: Move event listener earlier * fix(ethernet): move network listener after initNetif
-
Me No Dev authored
Allows another interface's connection to be shared to the AP
-
Rodrigo Garcia authored
-
Sly Gryphon authored
-
- 09 Apr, 2024 2 commits
-
-
Sly Gryphon authored
Similar to NetworkClient, check the family of the passed in address and configure the socket and socket address accordingly, for both IPv6 and IPv4 support.
-
Jan Procházka authored
-
- 08 Apr, 2024 2 commits
-
-
Rodrigo Garcia authored
When writing a stream of data to the HW CDC of S3/C3/C6/H2, the SoC looses some bytes and don't send them all. This fix makes it work fine.
-
Me No Dev authored
* feat(net): Add support for esp_netif flags Provides better automation for setting IP/DNS * feat(net): Show DHCPC status as OFF when static IP is used
-
- 06 Apr, 2024 1 commit
-
-
Juraj Andrássy authored
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
-
- 05 Apr, 2024 2 commits
-
-
Me No Dev authored
-
Juraj Andrássy authored
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
-
- 04 Apr, 2024 2 commits
-
-
Me No Dev authored
-
Lucas Saavedra Vaz authored
-
- 03 Apr, 2024 4 commits
-
-
Lucas Saavedra Vaz authored
-
Sly Gryphon authored
* fix(dns): Handle IPv6 DNS server address results If the result from esp_netif_get_dns_info is an IPv6 address, then parse to an IPAddress. * fix(dns): Use getaddrinfo for DNS, to fix some IPv6 issues Replace hostbyname with getaddrinfo for better IPv6 support. The API is also simpler, as it has no callbacks (they are handled internally). Allows dual-stack networks to connect to IPv6-only destinations. Still does not work for IPv6-only networks, as IPv6 DNS is not enabled in the pre-built ESP-IDF libraries.
-
Jan Procházka authored
* feat(libs): Add ESP-NOW Arduino library * Update libraries/ESP_NOW/src/ESP32_NOW.cpp Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> * Update libraries/ESP_NOW/src/ESP32_NOW.cpp Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> * fix(esp-now): Add check if Wifi is started. * Fix ESP_NOW_Serial * Add ESP NOW Serial Example * Add comment * Skip esp-now example for esp32h2 * Add broadcast address constant * Change return value to align with other APIs * Apply suggested changes * Improve example * Fix example * Improve serial example * Add argument to receive callback to know if a message was broadcasted * Update libraries/ESP_NOW/src/ESP32_NOW_Serial.cpp * Simplify example * Add broadcast example * Change comments * Change comment * Improve broadcast master example * Remove examples using IDF's API * Fix example * Add network example * Add skip file * Add LMK back * Add logs * Improve example * Fix example * Apply @suglider suggestions from code review Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com> * Add documentation * fix examples links in docs * Apply @lucasssvaz suggestions to docs Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> * Update espnow.rst * Update examples * make onSent optional and remove underscores for virtual functions * Make onRecieve also optional and make constructor protected --------- Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Co-authored-by: me-no-dev <hristo@espressif.com> Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
Stanimir-Petev authored
Added PSRAM menu (WROOM/WROVER option)
-
- 02 Apr, 2024 6 commits
-
-
Juraj Andrássy authored
-
Rodrigo Garcia authored
* feat: update license * feat: update license * feat: update license * feat: update license * feat: license * Update Update.h * Update HttpsOTAUpdate.h * Update HttpsOTAUpdate.cpp * Update HttpsOTAUpdate.cpp * Update HttpsOTAUpdate.cpp * Update HttpsOTAUpdate.cpp * Update HttpsOTAUpdate.cpp * Update HttpsOTAUpdate.h
-
Me No Dev authored
-
Juraj Andrássy authored
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
Ludovic BOUÉ authored
* Add board definition for Wemos C3 Pico V1.0.0 - Lolin Add board definition for Wemos C3 Pico V1.0.0 - Lolin https://www.wemos.cc/en/latest/c3/c3_pico.html * Add board definition for Wemos C3 Pico V1.0.0 - Lolin (9442) * feat(esp32): Add board definition for Wemos C3 Pico to boards.txt * Wemos C3 Pico V1.0.0 - Lolin: Add SS pin to fix CI build Wemos C3 Pico V1.0.0 - Lolin: Add SS pin to fix CI build * Update boards.txt
-
Me No Dev authored
-
- 29 Mar, 2024 2 commits
-
-
Juraj Andrássy authored
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
powerfeatherdev authored
-