mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-14 20:32:23 -04:00
Compression on/off compile option.
This commit is contained in:
parent
409e9d93d0
commit
864c5d7dc4
5 changed files with 49 additions and 28 deletions
|
@ -28,7 +28,7 @@ static Serial ser; // Declare a serial interface struct
|
|||
// for the ADC (this is A0 on arduino)
|
||||
|
||||
|
||||
static uint8_t serialBuffer[MP1_MAX_DATA_SIZE]; // This is a buffer for incoming serial data
|
||||
static uint8_t serialBuffer[MP1_MAX_DATA_SIZE]; // This is a buffer for incoming serial data
|
||||
|
||||
static int sbyte; // For holding byte read from serial port
|
||||
static size_t serialLen = 0; // Counter for counting length of data from serial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue