From 7b252cf3f4bae611959a692e554f3c58aef85451 Mon Sep 17 00:00:00 2001 From: Kyle Gabriel Date: Fri, 23 Aug 2019 10:24:30 -0400 Subject: [PATCH] minor change --- main/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/configuration.h b/main/configuration.h index 0a6bdc5..ee30bf6 100644 --- a/main/configuration.h +++ b/main/configuration.h @@ -51,9 +51,9 @@ void ttn_register(void (*callback)(uint8_t message)); #define LORAWAN_ADR 0 // Enable ADR #define GPS_WAIT_FOR_LOCK 5000 // Wait 5s after every boot for GPS lock -// Only enable one -//#define PAYLOAD_USE_CAYENNE +// Only enable one payload format. Change on TTN as well. #define PAYLOAD_USE_FULL +//#define PAYLOAD_USE_CAYENNE // ----------------------------------------------------------------------------- // DEBUG