Fix: make send example sequence proper

This commit is contained in:
turmary
2020-12-21 21:01:14 +08:00
parent 9a153768ee
commit 4e171d138e
+1 -1
View File
@@ -67,7 +67,7 @@ void loop() {
if (stmp[6] == 100) {
stmp[6] = 0;
stmp[5] = stmp[6] + 1;
stmp[5] = stmp[5] + 1;
}
}