Update README.md

This commit is contained in:
hsaturn
2022-11-23 12:51:12 +01:00
committed by GitHub
parent 7bd9c27b89
commit 074bca971f

View File

@@ -24,6 +24,7 @@ TinyMqtt is a small, fast and capable Mqtt Broker and Client for Esp8266 / Esp32
- zeroconf, this is a strange but very powerful mode where - zeroconf, this is a strange but very powerful mode where
all brokers tries to connect together on the same local network. all brokers tries to connect together on the same local network.
- small memory footprint (very efficient topic storage) - small memory footprint (very efficient topic storage)
- long messages are supported (>127 bytes)
- TinyMQTT is largely unit tested, so once a bug is fixed, it is fixed forever - TinyMQTT is largely unit tested, so once a bug is fixed, it is fixed forever
## Limitations ## Limitations