Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make mUpdateInterval uint32_t for better compatibity with differnet
hardware. AS decribed in aharshac#5 On some boards (e.g. ATmega like Uno) "int" is only 2 bytes and thus is capped unsigned at only roughly 65000. As mUpdateInterval holds milliseconds this more or less means that you can have 1 minute max as update interval.
- Loading branch information