EspSparsnasGateway
EspSparsnasGateway copied to clipboard
No default value for frequency
If no frequency is set via Mqtt, the frequency is set to 0. Change this so a default frequency is used instead. "if freq=0 then freq=8680000".
There is already a line setting a default frequency
uint32_t FREQUENCY = 868000000;
This issue can be closed