Skip to content

Commit

Permalink
Merge pull request #5 from Blue-Crescent/main
Browse files Browse the repository at this point in the history
Readme
  • Loading branch information
Blue-Crescent authored Feb 15, 2024
2 parents c1d4fe2 + 0d7d680 commit a0e0706
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Arduino-lint](https://github.com/Blue-Crescent/JJYReceiver/actions/workflows/arduinolint.yml/badge.svg)](https://github.com/Blue-Crescent/JJYReceiver/actions/workflows/arduinolint.yml)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/blue-crescent/library/JJYReceiver.svg)](https://registry.platformio.org/libraries/blue-crescent/JJYReceiver)

# JJY Receiver

Expand Down Expand Up @@ -213,7 +215,7 @@ v0.6.0より

begin()により受信が成功後のgetTime()の初回呼び出し時にJJY受信データの変換が行われて時刻が校正され、内部管理時刻に反映されます。(esp32では割り込みハンドラ内でmktime計算が実行できないため、変換処理は外部から呼び出す必要がある。受信完了後、すぐ呼び出さないと内部管理時刻への反映遅れによりずれます)

v0.7.1より
v0.7.2より

1回目の受信データのデータ長が一致していた場合、受信時刻として返せるreliability変数を導入。

Expand Down

0 comments on commit a0e0706

Please sign in to comment.