Dan Ditomaso
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/core/src/meshDevice.ts
|
|
@ -201,7 +201,7 @@ export class MeshDevice { |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
if (echoResponse) { |
|
|
if (echoResponse) { |
|
|
meshPacket.rxTime = Math.trunc(); |
|
|
meshPacket.rxTime = Math.trunc(new Date().getTime() / 1000); |
|
|
this.handleMeshPacket(meshPacket); |
|
|
this.handleMeshPacket(meshPacket); |
|
|
} |
|
|
} |
|
|
return await this.sendRaw( |
|
|
return await this.sendRaw( |
|
|
|