mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-14 18:46:59 +00:00
Merge branch 'mega' into feature/P047-add-befle-v3-sensor
This commit is contained in:
@@ -60,8 +60,8 @@ void sendData(struct EventStruct *event, bool sendEvents)
|
||||
Settings.TaskDeviceSendData[x][event->TaskIndex] &&
|
||||
Settings.Protocol[x])
|
||||
{
|
||||
const protocolIndex_t ProtocolIndex = getProtocolIndex_from_ControllerIndex(event->ControllerIndex);
|
||||
event->ControllerIndex = x;
|
||||
const protocolIndex_t ProtocolIndex = getProtocolIndex_from_ControllerIndex(event->ControllerIndex);
|
||||
event->idx = Settings.TaskDeviceID[x][event->TaskIndex];
|
||||
|
||||
if (validUserVar(event)) {
|
||||
|
||||
Reference in New Issue
Block a user