- 17 Jun, 2024 5 commits
-
-
Juraj Andrássy authored
-
Me No Dev authored
Similar to setUserAgent
-
Me No Dev authored
* add(board): Add LILYGO T-ETH-Lite Adds board support for Lilygo T-ETH Lite * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
Jan Procházka authored
-
Thibo Verheyde authored
-
- 13 Jun, 2024 12 commits
-
-
Lesords authored
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
-
Me No Dev authored
It used to come with IDF 4.x
-
Me No Dev authored
Previously it was allowed only once before begin() was called
-
Me No Dev authored
-
Ayush Sharma authored
-
Ayush Sharma authored
* feat: added support for filters in webserver * feat: add setFilter function in StaticRequestHandler * fix: ON_STA_FILTER & ON_AP_FILTER * fix: make request handlers backward compatible * fix: ON_STA_FILTER & ON_AP_FILTER * fix: more filters to their own example * chore: grammar * fix: remove filters from header file * fix: use same root route for both interfaces * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
Me No Dev authored
* fix(xtal): Add a way to change the XTAL frequency Add support for boards like SparkFun ESP32 Thing that use 26MHz XTAL * ci(pre-commit): Apply automatic fixes * feat(dbg): Print the XTAL frequency in the debug report --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
Ayush Sharma authored
* feat: added removeRoutes and removeHandler methods * feat: added removeRoute and removeHandler methods * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
Me No Dev authored
It was returning zero, because it was not able to handle IPv4 mapped address into IPv6 address
-
Me No Dev authored
* fix(client): Implement readBytes in NetworkClient for faster downloads * fix(client): Implement readBytes to obey the client timeout * fix(clieant): use getTimeout() instead * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
Me No Dev authored
-
Lucas Saavedra Vaz authored
* ci(tests): Swap cache to artifacts to avoid errors between OSes * ci(push): Fix chunk generation for compilation * ci(tests): Fix error code propagation * ci(push): Add shebang to new script * ci(push): Fix sizes upload if there is no changes * ci(bot): Fix GitHub actions bot commit info
-
- 12 Jun, 2024 1 commit
-
-
lbernstone authored
* feat(sdmmc): Add RAW disk functions feat(sdmmc): fixed printf mismatches and missing callback feat(sdmmc): added ci.json Removed excess log_i * ci(pre-commit): Apply automatic fixes * Fixed sdmmc host check to pass CI * feat(sdmmc): fixed example USB check --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
-
- 10 Jun, 2024 3 commits
-
-
Rodrigo Garcia authored
Fixes analogContinuousSetWidth() border test.
-
Lucas Saavedra Vaz authored
-
Lucas Saavedra Vaz authored
* change(idf): Rename component example * ci(push): Fix steps conditions * ci(tests): Remove unnecessary concurrency * ci(push): Fix step condition * fix(idf): Fix compilation warnings when as component
-
- 07 Jun, 2024 1 commit
-
-
Lucas Saavedra Vaz authored
* ci(fix): Fix new workflows * ci(pre-commit): Properly cache python modules * fix(get.py): Verify files after extraction and make it more readable * ci(idf): Compile as component when libs change * ci(wokwi): Re-enable cache for wokwi tests * ci(tests): Run scripts only from master * Revert "fix(get.py): Verify files after extraction and make it more readable" This reverts commit cc40edb40766ea8a013c0d76326bc57314418bff. * ci(compilation): Fix changed files check * ci(wokwi): Disable tests that use scenarios
-
- 06 Jun, 2024 1 commit
-
-
Unexpected Maker authored
* Added new UM FeatherS3 Neo board. * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
- 05 Jun, 2024 6 commits
-
-
Lucas Saavedra Vaz authored
-
Me No Dev authored
-
Lucas Saavedra Vaz authored
* ci(refactor): Refactor workflows and skip files * ci(refactor): Refactor workflows and skip files * ci(refactor): Improvements and compilation of only related files * ci(refactor): Delete duplicated steps * ci(refactor): General improvements * ci(refactor): Delete duplicated lines * ci(refactor): Rename jobs
-
Me No Dev authored
-
Ha Thach authored
-
Paul Price authored
-
- 04 Jun, 2024 6 commits
-
-
SooDragon authored
fix: Changed Board name
-
Me No Dev authored
Helps to overcome the limit of windows path, when the usernames are long.
-
Me No Dev authored
Adds partition scheme with two apps, 2MB each.
-
Me No Dev authored
* fix(ssl): Fix load stream memory leak Loading Ca Cert/Certificate or Private Key from stream was leaking memory, due to buffers not being freed. * fix(ssl): Cast the buffers to non-const
-
Lucas Saavedra Vaz authored
-
Me No Dev authored
* fix(tls): do not attach bundle from runtime * fix(ssl): Make the bundle callback per context
-
- 03 Jun, 2024 5 commits
-
-
Me No Dev authored
* fix(idf): Require MDNS as public Included in Arduino's public headers * fix(idf): Switch to require through the component yaml
-
Me No Dev authored
* feat(idf): Require esp_psram when as component * fix(idf): Move requirement to private
-
Me No Dev authored
* feat(usb): Support the new USB IDF API Required for the latest ESP-IDF release/v5.1 * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
me-no-dev authored
-
Me No Dev authored
-