Cayenne Low Power Payload

Dependents:   LORAWAN-TTN-CAYENNE-LM35 ER4Lora gps_accelerometer sgam_mdw_test ... more

Files at this revision

API Documentation at this revision

Comitter:
eptak
Date:
Thu Mar 09 16:32:30 2017 +0000
Parent:
5:a67d5a7955c7
Commit message:
fix typo

Changed in this revision

src/CayenneLPP.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r a67d5a7955c7 -r 5a9d65b33e85 src/CayenneLPP.cpp
--- a/src/CayenneLPP.cpp	Tue Dec 06 20:51:26 2016 +0000
+++ b/src/CayenneLPP.cpp	Thu Mar 09 16:32:30 2017 +0000
@@ -72,7 +72,6 @@
     int16_t val = value * 100;
     buffer[cursor++] = channel; 
     buffer[cursor++] = LPP_ANALOG_OUTPUT;
-    buffer[cursor++] = value;
     buffer[cursor++] = val >> 8; 
     buffer[cursor++] = val;