Skip to content

Commit 0ec0925

Browse files
Merge pull request #258300 from kgremban/patch-2
Fix KB notation
2 parents f1dbd0a + 92b419b commit 0ec0925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot/iot-mqtt-connect-to-iot-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following table explains the differences in MQTT support between the two ser
4040
| Limited feature support for MQTT v3.1.1, and limited feature support for [MQTT v5 in preview](./iot-mqtt-5-preview.md). More feature support isn't planned. | MQTT v3.1.1 and v5 protocol support, with more feature support and industry compliance planned. |
4141
| Static, predefined topics. | Custom hierarchical topics with wildcard support. |
4242
| No support for cloud-to-device broadcasts and device-to-device communication. | Supports device-to-cloud, high fan-out cloud-to-device broadcasts, and device-to-device communication patterns. |
43-
| 256-kb max message size. | 512-kb max message size. |
43+
| 256KB max message size. | 512KB max message size. |
4444

4545
## Connecting to IoT Hub
4646

0 commit comments

Comments
 (0)