mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-29 22:51:44 +01:00
commit
0ae9675d61
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 = 2021.11.2
|
PROJECT_NUMBER = 2021.11.3
|
||||||
|
|
||||||
# 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 = 2021.11.2
|
ESPHOME_REF = 2021.11.3
|
||||||
|
|
||||||
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2021.11.2
|
2021.11.3
|
@ -114,6 +114,11 @@ Release 2021.11.2 - November 26
|
|||||||
- Remove floating point ops from the ISR :esphomepr:`2751` by :ghuser:`ssieb`
|
- Remove floating point ops from the ISR :esphomepr:`2751` by :ghuser:`ssieb`
|
||||||
- Fix parsing numbers from null-terminated buffers :esphomepr:`2755` by :ghuser:`oxan`
|
- Fix parsing numbers from null-terminated buffers :esphomepr:`2755` by :ghuser:`oxan`
|
||||||
|
|
||||||
|
Release 2021.11.3 - November 27
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
- Fix restoring preferences for ESP32 :esphomepr:`2805` by :ghuser:`mmakaay`
|
||||||
|
|
||||||
Full list of changes
|
Full list of changes
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
@ -284,6 +289,7 @@ All changes
|
|||||||
- esp32_camera_web_server: Improve support for MotionEye :esphomepr:`2777` by :ghuser:`ayufan`
|
- esp32_camera_web_server: Improve support for MotionEye :esphomepr:`2777` by :ghuser:`ayufan`
|
||||||
- Remove floating point ops from the ISR :esphomepr:`2751` by :ghuser:`ssieb`
|
- Remove floating point ops from the ISR :esphomepr:`2751` by :ghuser:`ssieb`
|
||||||
- Fix parsing numbers from null-terminated buffers :esphomepr:`2755` by :ghuser:`oxan`
|
- Fix parsing numbers from null-terminated buffers :esphomepr:`2755` by :ghuser:`oxan`
|
||||||
|
- Fix restoring preferences for ESP32 :esphomepr:`2805` by :ghuser:`mmakaay`
|
||||||
|
|
||||||
Past Changelogs
|
Past Changelogs
|
||||||
---------------
|
---------------
|
||||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "Otto Winter"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2021.11"
|
version = "2021.11"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2021.11.2"
|
release = "2021.11.3"
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -755,4 +755,4 @@ Contributors
|
|||||||
- `ZTX18 (@ZTX18) <https://github.com/ZTX18>`__
|
- `ZTX18 (@ZTX18) <https://github.com/ZTX18>`__
|
||||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||||
|
|
||||||
*This page was last updated November 26, 2021.*
|
*This page was last updated November 27, 2021.*
|
||||||
|
Loading…
Reference in New Issue
Block a user