lpcmanager
Clone
Summary
Browse
Changes
Graph
MQTT file transfer: limit receiving one file at a time and report more feedback to IDE PLC log.
py2compat
16 months ago, Edouard Tisserant
d9de845f97dc
MQTT file transfer: limit receiving one file at a time and report more feedback to IDE PLC log.
#include <sys/ioctl.h>
#include <unistd.h>
#include <fcntl.h>
#include "beremiz.h"
#include "rt_smt_right.h"
static readBuf_t rightReadBuf;
static writeBuf_t rightWriteBuf;
static busInit_t rightBusInit;
static int rightbusfd = -1;