8000 Tasmota changes by Jason2866 · Pull Request #256 · tasmota/arduino-esp32 · GitHub
[go: up one dir, main page]

Skip to content

Tasmota changes #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Sep 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
25a5434
Tasmota release/
Jason2866 Apr 14, 2023
8d17f43
Merge branch 'release/v2.x' into merge_release/v2.x
Jason2866 Apr 18, 2023
da21d1a
Tasmota changes
Jason2866 Apr 18, 2023
fb94d7d
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 Apr 20, 2023
a4889ba
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 May 3, 2023
95bffce
`tv.tv_usec = (_timeout % 1000) * 1000;` align with upstream
Jason2866 May 7, 2023
f8f2f8c
changes 2023.05.31 from upstream `master`
Jason2866 May 31, 2023
0a97245
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 Jun 2, 2023
6512f03
Update package_esp32_index.template.json
Jason2866 Jun 2, 2023
61c3dae
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 Jun 12, 2023
6a8b1c5
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 Jul 1, 2023
b25728f
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 Jul 18, 2023
165b695
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 Jul 20, 2023
4572ccf
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 Jul 24, 2023
303fc14
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 Aug 5, 2023
9cee6a2
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 Aug 13, 2023
19d81cc
Merge pull request #240 from SuGlider/btInUse
Jason2866 Aug 23, 2023
1e69919
allows setting buffer size after or before begin() (#242)
Jason2866 Aug 25, 2023
b6467bc
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 Aug 30, 2023
af674a1
Merge branch 'espressif:release/v2.x' into release/v2.x
Jason2866 Aug 30, 2023
cab5839
2.0.12
Jason2866 Sep 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
2.0.12
  • Loading branch information
Jason2866 authored Sep 5, 2023
commit cab5839c8dfbaa8563ed83312e3152b69f2802d3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework-arduinoespressif32",
"version": "2.0.11",
"version": "2.0.12",
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs",
"keywords": [
"framework",
Expand Down
0