You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Notecard.cpp
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -44,15 +44,6 @@
44
44
45
45
#include"NoteTime.h"
46
46
47
-
// AUX serial throttling is based on the Arduino define `SERIAL_RX_BUFFER_SIZE`.
48
-
// Unfortunately, some platforms do NOT specify the define. In this case, 64
49
-
// bytes is selected as the default value, because it is a common buffer size
50
-
// across several platforms.
51
-
#ifndef SERIAL_RX_BUFFER_SIZE
52
-
#defineSERIAL_RX_BUFFER_SIZE64
53
-
#pragma message "\n\x1B[0;33mSERIAL_RX_BUFFER_SIZE has not been specified for this platform!\n\nThe value is used to set the default Notecard AUX Serial write speeds.\nA value (" NOTE_C_STRINGIZE(SERIAL_RX_BUFFER_SIZE) ") has been specified on your behalf. Use the 'card.aux.serial'\nrequest to tailor the AUX Serial speed to your board and/or application.\nhttps://dev.blues.io/api-reference/notecard-api/card-requests/#card-aux-serial\x1B[0;0m"
0 commit comments