Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTCの曜日がArduino STM32の安定板と最新版で異なる対応 #45

Closed
Tamakichi opened this issue Sep 14, 2018 · 0 comments · Fixed by #46
Closed

RTCの曜日がArduino STM32の安定板と最新版で異なる対応 #45

Tamakichi opened this issue Sep 14, 2018 · 0 comments · Fixed by #46
Assignees
Labels
bug Something isn't working

Comments

@Tamakichi
Copy link
Owner

Arduino STM32 安定板は曜日 0 ~ 6 が
0:日曜 ~ 6:土曜
最新版は、
0:月曜 ~ 6:日曜
BASICのコマンドレベルで異なってしまうため、
BASICコマンドの仕様が非互換になってしまう。
曜日コードについては、安定板の仕様に統一する。

@Tamakichi Tamakichi added the bug Something isn't working label Sep 14, 2018
@Tamakichi Tamakichi self-assigned this Sep 14, 2018
@Tamakichi Tamakichi mentioned this issue Sep 14, 2018
@Tamakichi Tamakichi added this to the V0.86のリリース milestone Sep 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant