diff options
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); |
