提交 bedf14ba 编写于 作者: M Marcus Lorentzon 提交者: Jose Perez Rodriguez

Fix DS3231 set RTC date/time bug (#486)

上级 694961c2
......@@ -23,7 +23,7 @@ namespace Iot.Device.Ds3231
/// <summary>
/// DS3231 DateTime
/// </summary>
public DateTime DateTime { get => ReadTime(); set => SetTime(DateTime); }
public DateTime DateTime { get => ReadTime(); set => SetTime(value); }
/// <summary>
/// DS3231 Temperature
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册