mirror of https://github.com/arendst/Tasmota.git
Remove mDNS note since it is disabled by default
This commit is contained in:
parent
b41248eb23
commit
5156db1221
|
@ -30,7 +30,7 @@ Support of Core versions before 2.7.1 has been removed.
|
||||||
|
|
||||||
## Support of TLS
|
## Support of TLS
|
||||||
|
|
||||||
To save resources when TLS is enabled mDNS needs to be disabled. In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read [full documentation](https://tasmota.github.io/docs/AWS-IoT)
|
In addition to TLS using fingerprints now also user supplied CA certs and AWS IoT is supported. Read [full documentation](https://tasmota.github.io/docs/AWS-IoT)
|
||||||
|
|
||||||
## Initial configuration tools
|
## Initial configuration tools
|
||||||
|
|
||||||
|
@ -114,3 +114,4 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
||||||
### Removed
|
### Removed
|
||||||
- Version compatibility check
|
- Version compatibility check
|
||||||
- PN532 define USE_PN532_CAUSE_EVENTS replaced by generic rule trigger `on pn532#uid=`
|
- PN532 define USE_PN532_CAUSE_EVENTS replaced by generic rule trigger `on pn532#uid=`
|
||||||
|
- mDNS support in all Tasmota variants
|
||||||
|
|
Loading…
Reference in New Issue