Browse Source

Fix MQTT example

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
dependabot/github_actions/actions/checkout-4
Sara Damiano 3 years ago
parent
commit
0094193049
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/MqttClient/MqttClient.ino

+ 0
- 1
examples/MqttClient/MqttClient.ino View File

@ -55,7 +55,6 @@
// Use Hardware Serial on Mega, Leonardo, Micro
#ifndef __AVR_ATmega328P__
#define SerialAT Serial1
#endif
// or Software Serial on Uno, Nano
#else


Loading…
Cancel
Save