From 20292b7b7b3eed3cff100d03bb3391e3d773098e Mon Sep 17 00:00:00 2001 From: hsaturn Date: Wed, 28 Apr 2021 08:24:44 +0200 Subject: [PATCH] Fix example syntax --- examples/simple-broker/simple-broker.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-broker/simple-broker.ino b/examples/simple-broker/simple-broker.ino index c026a9b..ecae3ad 100644 --- a/examples/simple-broker/simple-broker.ino +++ b/examples/simple-broker/simple-broker.ino @@ -14,7 +14,7 @@ MqttBroker broker(PORT); * | +--------+ | * | | * +-----------------------------+ - * + */ void setup() { Serial.begin(115200);