me-no-dev
a69c71f6ad
feat(core): Update core version to 3.3.0
2025-07-16 19:55:53 +03:00
me-no-dev
ac961f671a
Update core version to 3.2.1
2025-07-03 16:42:28 +03:00
me-no-dev
55f4f1bfa8
Update core version to 3.2.0
2025-02-18 19:10:54 +02:00
me-no-dev
dbfde15b6a
Update core version to 3.1.3
2025-02-17 15:28:32 +02:00
me-no-dev
62082398d3
Update core version to 3.1.2
2025-02-13 14:32:20 +02:00
Me No Dev
7cfe0adc87
IDF release/v5.3 ( #10816 )
...
* IDF release/v5.3 cfea4f7c
* Update core version
2025-01-07 15:50:38 +02:00
me-no-dev
0b842442c9
Update core version to 3.1.0
2024-08-28 16:11:35 +03:00
Me No Dev
0d4ffcf74b
fix(core): Update versions to 3.0.4 ( #10106 )
2024-08-02 12:18:35 +03:00
Me No Dev
614c72b4d3
fix(libs): Update all libraries to match the core version ( #10041 )
...
From now on core libraries will have the same version as the core
2024-07-16 23:04:43 +03:00
Lucas Saavedra Vaz
da5c6ab9ae
Refactor repository with pre-commit hooks ( #9515 )
...
* 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>
2024-04-15 19:40:56 +03:00
lbernstone
de66c39f04
Bump library versions to 2.0.0 ( #5182 )
...
* Bump library versions to 2.0.0
* Fixed name on SD library (see #5181 )
2021-05-18 14:00:49 +03:00
bperrybap
deaf339bde
Wire endTransmission() fix for issue #1725 ( #1888 )
...
* removed uint8_t Wire.endTransmission(uint8_t sendStop)
Having both endTransmission(bool) and endTransmission(uint8_t) creates problems.
There is no need for endTransmission(uint8_t)
endTransmission(1) and endTransmission(0) works with endTransmission(bool).
Removing endTransmission(uint8_t) allows the ESP32 code to be compatible with
all the other Arduino cores by allowing endTransmission(1) and endTranmission(0)
to work as it does on all the other cores.
* Wire library version bump for endTransmission() update
2018-11-19 16:40:14 +01:00
me-no-dev
5f3a205955
initial import
2016-10-06 07:09:44 -06:00