Decrease bflsc queue lines min to match removal of inprocess message.
diff --git a/driver-bflsc.h b/driver-bflsc.h
index 7107c0e..f74e47b 100644
--- a/driver-bflsc.h
+++ b/driver-bflsc.h
@@ -165,7 +165,7 @@ struct QueueJobStructure {
uint8_t endOfBlock;
};
-#define QUE_RES_LINES_MIN 3
+#define QUE_RES_LINES_MIN 2
#define QUE_MIDSTATE 0
#define QUE_BLOCKDATA 1