Skip to content

Commit

Permalink
Update IoT_Example.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
botletics authored Jul 24, 2019
1 parent fed6631 commit d926965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/examples/IoT_Example/IoT_Example.ino
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

// Uncomment *one* of the following protocols you want to use
// to send data to the cloud! Leave the other commented out
//#define PROTOCOL_HTTP_GET // Generic
#define PROTOCOL_HTTP_POST // Generic
#define PROTOCOL_HTTP_GET // Generic
//#define PROTOCOL_HTTP_POST // Generic
//#define PROTOCOL_MQTT_AIO // Adafruit IO
//#define PROTOCOL_MQTT_CLOUDMQTT // CloudMQTT

Expand Down

0 comments on commit d926965

Please sign in to comment.