Scott Lahteine c8e30b6639
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.
2019-08-08 01:51:37 -05:00
..
2017-09-21 16:26:42 -05:00
2019-07-31 21:15:36 -05:00
2019-08-02 07:47:33 -05:00