drop location
This commit is contained in:
@ -70,8 +70,6 @@ void counterMinuteTick(void *handle) {
|
||||
coloredMsg(LOG_BLUE, "cmt, buffer %d is done, handle it", minuteBufferIdx);
|
||||
memset(minuteBuffer->s.deviceId, 0, sizeof(minuteBuffer->s.deviceId));
|
||||
strcpy(minuteBuffer->s.deviceId, config->deviceId);
|
||||
memset(minuteBuffer->s.location, 0, sizeof(minuteBuffer->s.location));
|
||||
strcpy(minuteBuffer->s.location, config->location);
|
||||
|
||||
memcpy(minuteBuffer->s.hash, config->sharedSecret, SHA256_BLOCK_SIZE);
|
||||
SHA256_CTX ctx;
|
||||
|
Reference in New Issue
Block a user