mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
commit
d6bb477c9e
2
Doxygen
2
Doxygen
@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2024.12.1
|
PROJECT_NUMBER = 2024.12.2
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
ESPHOME_PATH = ../esphome
|
ESPHOME_PATH = ../esphome
|
||||||
ESPHOME_REF = 2024.12.1
|
ESPHOME_REF = 2024.12.2
|
||||||
PAGEFIND_VERSION=1.1.1
|
PAGEFIND_VERSION=1.1.1
|
||||||
PAGEFIND=pagefind
|
PAGEFIND=pagefind
|
||||||
NET_PAGEFIND=../pagefindbin/pagefind
|
NET_PAGEFIND=../pagefindbin/pagefind
|
||||||
|
@ -1 +1 @@
|
|||||||
2024.12.1
|
2024.12.2
|
@ -40,6 +40,12 @@ This is due to both waning support as it relates to tooling and performance reas
|
|||||||
more modern architecture, especially if you're using the ESPHome Device Compiler to build/compile firmware for your
|
more modern architecture, especially if you're using the ESPHome Device Compiler to build/compile firmware for your
|
||||||
devices.
|
devices.
|
||||||
|
|
||||||
|
Release 2024.12.2 - December 20
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
- [esp32] Fix flash size warning when using IDF :esphomepr:`7983` by :ghuser:`kbx81`
|
||||||
|
- [esp32_ble] Fix for Improv :esphomepr:`7984` by :ghuser:`kbx81`
|
||||||
|
|
||||||
Release 2024.12.1 - December 19
|
Release 2024.12.1 - December 19
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
2
conf.py
2
conf.py
@ -73,7 +73,7 @@ author = "ESPHome"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2024.12"
|
version = "2024.12"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2024.12.1"
|
release = "2024.12.2"
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -2044,4 +2044,4 @@ Contributors
|
|||||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||||
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
|
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
|
||||||
|
|
||||||
*This page was last updated December 19, 2024.*
|
*This page was last updated December 20, 2024.*
|
||||||
|
Loading…
Reference in New Issue
Block a user