#7115
Dominique
Participant

Pour info, pour avancer, j’ai ajouté cette méthode dans MrlComm.cpp :

void MrlComm::sendCustomMsg(const byte *data, byte msgSize)
{
  msg->publishCustomMsg(data, msgSize);
}