Skip to content
Snippets Groups Projects
Unverified Commit c8e30b66 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Fix code attempting to sprintf %f (#14869)

Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
parent 3e562028
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment