Skip to content

Commit

Permalink
Missing call for RF315
Browse files Browse the repository at this point in the history
call for emitting RF from MQTT was not done before this commit
  • Loading branch information
1technophile committed Jun 26, 2018
1 parent 9a93ccd commit 1dd68ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OpenMQTTGateway.ino
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,9 @@ digitalWrite(led_send, LOW);
#ifdef ZgatewayRF
MQTTtoRF(topicOri, datacallback);
#endif
#ifdef ZgatewayRF315
MQTTtoRF315(topicOri, datacallback);
#endif
#ifdef ZgatewayRF2
MQTTtoRF2(topicOri, datacallback);
#endif
Expand Down

0 comments on commit 1dd68ab

Please sign in to comment.