Skip to content

Commit c149963

Browse files
committed
MCU8MASS-944 Increase size of input buffer for debug modem for longer commands pasted in
1 parent 4556e02 commit c149963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/debug_modem/debug_modem.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void loop() { debugBridgeUpdate(); }
2828
#define DEL_CHARACTER 127
2929
#define ENTER_CHARACTER 13
3030

31-
#define INPUT_BUFFER_SIZE 128
31+
#define INPUT_BUFFER_SIZE 256
3232
#define RESPONSE_BUFFER_SIZE 256
3333

3434
void debugBridgeUpdate(void) {

0 commit comments

Comments
 (0)