Bring configs into parity with 2.0.x

This commit is contained in:
Scott Lahteine 2017-10-09 17:35:18 -05:00
parent a21201a713
commit ae256576e1
30 changed files with 57 additions and 36 deletions

View file

@ -744,7 +744,7 @@
#define MAX_CMD_SIZE 96
#define BUFSIZE 4
// Transfer Buffer Size
// Transmission to Host Buffer Size
// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
// To buffer a simple "ok" you need 4 bytes.
// For ADVANCED_OK (M105) you need 32 bytes.