Skip to content

Commit 8b3d89a

Browse files
committed
debug
1 parent a9d4a46 commit 8b3d89a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/SnapProcessor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ class SnapProcessor {
457457
ttx.tv_usec = base_message.sent.usec;
458458
trx.tv_sec = base_message.received.sec;
459459
trx.tv_usec = base_message.received.usec;
460+
ESP_LOGD(TAG, "%ld; %ld -- %ld; %ld", ttx.tv_sec, ttx.tv_usec, trx.tv_sec, trx.tv_usec);
460461

461462
// for time management
462463
snap_time.updateServerTime(trx);

0 commit comments

Comments
 (0)