Fix example syntax

This commit is contained in:
hsaturn
2021-04-28 08:24:44 +02:00
parent 26de3befa8
commit 20292b7b7b

View File

@@ -14,7 +14,7 @@ MqttBroker broker(PORT);
* | +--------+ | * | +--------+ |
* | | * | |
* +-----------------------------+ * +-----------------------------+
* */
void setup() void setup()
{ {
Serial.begin(115200); Serial.begin(115200);