It works!!!
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef CHECKM8_TOOL_ARD_PROTOCOL_H
|
||||
#define CHECKM8_TOOL_ARD_PROTOCOL_H
|
||||
|
||||
#define ARD_BUF_SIZE 512
|
||||
|
||||
static const char PROT_PARTIAL_CTRL_XFER = 'P';
|
||||
static const char PROT_NO_ERROR_CTRL_XFER = 'N';
|
||||
static const char PROT_NO_ERROR_CTRL_XFER_DATA = 'M';
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
//#define LIBUSB_LOGGING
|
||||
#define CHECKM8_LOGGING
|
||||
|
||||
//#define WITH_ARDUINO
|
||||
#define WITH_ARDUINO
|
||||
#define ARDUINO_DEV "/dev/ttyACM0"
|
||||
#define ARDUINO_BAUD 115200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user