Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ZgatewaySERIAL.ino Fix tx issues
The serial gateway can only receive serial data and publish via mqtt, but can not convert mqtt into serial data. It is because the receiverReady is not handled correctly for the tx part. A quick work around is to set receiverReady to true. (it seems not used)
- Loading branch information