Closed Achronite closed 8 months ago
To try to establish the additional commands sent from a MiHome gateway the following radio config has been set in radio.c on the develop branch for https://github.com/Achronite/mqtt-energenie-ener314rt/issues/56
radio.c
develop
{HRF_ADDR_PACKETCONFIG1, RADIO_VAL_PACKETCONFIG1FSKNO},
This needs to be reverted before release to prevent non ENER314-RT messages being processed to:
{HRF_ADDR_PACKETCONFIG1, RADIO_VAL_PACKETCONFIG1FSK},
To try to establish the additional commands sent from a MiHome gateway the following radio config has been set in
radio.c
on thedevelop
branch for https://github.com/Achronite/mqtt-energenie-ener314rt/issues/56{HRF_ADDR_PACKETCONFIG1, RADIO_VAL_PACKETCONFIG1FSKNO},
This needs to be reverted before release to prevent non ENER314-RT messages being processed to:
{HRF_ADDR_PACKETCONFIG1, RADIO_VAL_PACKETCONFIG1FSK},