Fix
parent
d0c05a94b3
commit
309a59cf1a
|
|
@ -114,10 +114,6 @@
|
||||||
for (count = 0; count <= minutes; count++) {
|
for (count = 0; count <= minutes; count++) {
|
||||||
drawMinArc(count, settings.circle.colormin);
|
drawMinArc(count, settings.circle.colormin);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (count = 0; count <= seconds; count++) {
|
|
||||||
drawSecArc(count, settings.circle.colorsec);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Get date as a string
|
//Get date as a string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue