This website works better with JavaScript.
Home
Explore
Help
Sign In
Sol-Solis
/
blinky-esp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix timestamp overflow in sparkle pattern
S3
jrhoffa
3 years ago
parent
5e79c992d9
commit
9512f59686
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main/patterns/sparkle.cpp
+ 1
- 1
main/patterns/sparkle.cpp
View File
@@ -32,7 +32,7 @@ struct Sparkle {
}
int64_t start_us;
int end_us;
int
64_t
end_us;
int pos;
};
Write
Preview
Loading…
Cancel
Save