The transmitter is assumed to send at exactly 868MHz, but that seems to differ between devices. By trial and errror you can get better reception, by changing FREQUENCY in line 69:
uint32_t FREQUENCY = 867980000
It would be nice if the code could find the best frequency by itself.
The new plan is to make it possible to send frequency to use by Mqtt to the unit. This way it will also be possible to set the sender id and maybe more.
The transmitter is assumed to send at exactly 868MHz, but that seems to differ between devices. By trial and errror you can get better reception, by changing FREQUENCY in line 69:
uint32_t FREQUENCY = 867980000
It would be nice if the code could find the best frequency by itself.