From d92696535cb14c2b6c5ce41b95ff724b1df2a9dc Mon Sep 17 00:00:00 2001 From: Timothy Woo Date: Wed, 24 Jul 2019 17:25:38 -0400 Subject: [PATCH] Update IoT_Example.ino --- Code/examples/IoT_Example/IoT_Example.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/examples/IoT_Example/IoT_Example.ino b/Code/examples/IoT_Example/IoT_Example.ino index eafb72d..573ec61 100644 --- a/Code/examples/IoT_Example/IoT_Example.ino +++ b/Code/examples/IoT_Example/IoT_Example.ino @@ -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