diff options
| author | Avi Levkovich <avi@twine-s.com> | 2021-01-04 11:52:20 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2021-01-04 11:52:20 +0200 |
| commit | 7c3e54578ae6f2c01ec05ebc7f7e0f873955bb33 (patch) | |
| tree | 3eb92323c29633dde9df39666ece64815ff7da98 /Software/Embedded_SW/Embedded/Communication/Connection.c | |
| parent | 6a2aa48d486a9f83449d7e2c5e85b62649763c49 (diff) | |
| parent | b0dc79e93c1a17667211bff5c7e48eb2d69ad386 (diff) | |
| download | Tango-7c3e54578ae6f2c01ec05ebc7f7e0f873955bb33.tar.gz Tango-7c3e54578ae6f2c01ec05ebc7f7e0f873955bb33.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/Connection.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/Connection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/Connection.c b/Software/Embedded_SW/Embedded/Communication/Connection.c index ec15c1596..c33f3710c 100644 --- a/Software/Embedded_SW/Embedded/Communication/Connection.c +++ b/Software/Embedded_SW/Embedded/Communication/Connection.c @@ -193,7 +193,7 @@ void KeepAliveRequestFunc(MessageContainer* requestContainer) //keep_alive_request__free_unpacked(request,NULL); } -int KARequestId = 0x01010101; +int KARequestId = 0x41414141; char KARequestToken[36+1]; void KeepAliveResponseFunc(MessageContainer* requestContainer) { @@ -215,7 +215,7 @@ void KeepAliveRequest1Second(void) KeepAliveResponse request = KEEP_ALIVE_REQUEST__INIT; - strcpy(KARequestToken,"Happy days are coming to us, soon"); + strcpy(KARequestToken,"Happy days are coming to us, soonZYX"); memcpy(&KARequestToken[32],&KARequestId,sizeof(KARequestId)); KARequestId++; //Report("keepalive request sent",__FILE__,__LINE__,KARequestId,RpWarning,msec_millisecondCounter, 0); |
