Skip to content

Commit 92b419b

Browse files
authored
Fix KB notation
1 parent fc70b1e commit 92b419b

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
@@ -34,7 +34,7 @@ The following table explains the differences in MQTT support between the two ser
3434
| 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. |
3535
| Static, predefined topics. | Custom hierarchical topics with wildcard support. |
3636
| 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. |
37-
| 256-kb max message size. | 512-kb max message size. |
37+
| 256KB max message size. | 512KB max message size. |
3838

3939
## Connecting to IoT Hub
4040

0 commit comments

Comments
 (0)