Add SERIAL_FLOAT_PRECISION

This commit is contained in:
Scott Lahteine 2020-06-22 22:03:14 -05:00
parent d4f01f77c8
commit 2a7851329b
166 changed files with 498 additions and 0 deletions

View file

@ -1874,6 +1874,9 @@
// This option inserts short delays between lines of serial output.
#define SERIAL_OVERRUN_PROTECTION
// For serial echo, the number of digits after the decimal point
//#define SERIAL_FLOAT_PRECISION 4
// @section extras
/**