don't add sensor payload to telemetry.

pull/124/head
alanbjohnston 5 years ago committed by GitHub
parent de0ea0e42b
commit 9cd1f83c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,6 @@
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include "status.h"
@ -937,7 +936,7 @@ void get_tlm(void) {
sensor_payload[i] = '\0';
printf("Payload string: %s", sensor_payload);
strcat(str, sensor_payload); // append to telemetry string for transmission
// strcat(str, sensor_payload); // append to telemetry string for transmission
// parse sensor payload
float sensor[17];

Loading…
Cancel
Save

Powered by TurnKey Linux.