mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
commit
6f7e974572
2
Doxygen
2
Doxygen
@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 2022.5.0b3
|
||||
PROJECT_NUMBER = 2022.5.0b4
|
||||
|
||||
# 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
|
||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
ESPHOME_PATH = ../esphome
|
||||
ESPHOME_REF = 2022.5.0b3
|
||||
ESPHOME_REF = 2022.5.0b4
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2022.5.0b3
|
||||
2022.5.0b4
|
@ -64,6 +64,8 @@ Beta Changes
|
||||
- Update captive portal canHandle function :esphomepr:`3360` by :ghuser:`bkaufx`
|
||||
- Increase JSON buffer size on overflow :esphomepr:`3475` by :ghuser:`pyos`
|
||||
- Mark improv_serial and ESP-IDF usb based serial on c3/s2/s3 unsupported :esphomepr:`3477` by :ghuser:`jesserockz`
|
||||
- ESP32: Only save to NVS if data was changed :esphomepr:`3479` by :ghuser:`martgras`
|
||||
- Retry Tuya init commands :esphomepr:`3482` by :ghuser:`ssieb`
|
||||
|
||||
All changes
|
||||
^^^^^^^^^^^
|
||||
@ -130,6 +132,8 @@ All changes
|
||||
- Update captive portal canHandle function :esphomepr:`3360` by :ghuser:`bkaufx`
|
||||
- Increase JSON buffer size on overflow :esphomepr:`3475` by :ghuser:`pyos`
|
||||
- Mark improv_serial and ESP-IDF usb based serial on c3/s2/s3 unsupported :esphomepr:`3477` by :ghuser:`jesserockz`
|
||||
- ESP32: Only save to NVS if data was changed :esphomepr:`3479` by :ghuser:`martgras`
|
||||
- Retry Tuya init commands :esphomepr:`3482` by :ghuser:`ssieb`
|
||||
|
||||
Past Changelogs
|
||||
---------------
|
||||
|
2
conf.py
2
conf.py
@ -68,7 +68,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2022.5"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2022.5.0b3"
|
||||
release = "2022.5.0b4"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -842,4 +842,4 @@ Contributors
|
||||
- `Michael Labuschke (@zigman79) <https://github.com/zigman79>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated May 16, 2022.*
|
||||
*This page was last updated May 17, 2022.*
|
||||
|
Loading…
Reference in New Issue
Block a user