From 06b597c305c822a612ed1e02ec51317d34ad5f7b Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 11 Apr 2019 22:25:20 +0200 Subject: [PATCH] Fix typo in mqtt_sub README --- mqtt_sub/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt_sub/README b/mqtt_sub/README index ea50f66..999a2aa 100644 --- a/mqtt_sub/README +++ b/mqtt_sub/README @@ -39,4 +39,4 @@ multiple "clients" over an RS485 serial link. This protocol is decoded by the bridge example provided in host/mqtt_bridge, which simply transfers the MQTT part of received packets on a TCP socket connected to an MQTT message broker, and encapsulate MQTT packets received on -ths socket in our simple protocol before sending them on the serial link. +this socket in our simple protocol before sending them on the serial link. -- 2.43.0