added end_flag and start_flag

pico-payload-gps-mq-flag
alanbjohnston 3 years ago committed by GitHub
parent f84ebe389c
commit 3c0cf760e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -476,3 +476,6 @@ void update_rs(
#define DATA_BYTES_PER_CODE_WORD 223
#endif /* TELEMENCODING_H_ */
char end_flag[] = "_END_FLAG_";
char start_flag[] = "_START_FLAG_";

Loading…
Cancel
Save

Powered by TurnKey Linux.