EspSparsnasGateway icon indicating copy to clipboard operation
EspSparsnasGateway copied to clipboard

No default value for frequency

Open bphermansson opened this issue 6 years ago • 1 comments

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".

bphermansson avatar Mar 03 '18 06:03 bphermansson

There is already a line setting a default frequency

uint32_t FREQUENCY = 868000000;

This issue can be closed

dogmatic69 avatar Jan 21 '19 20:01 dogmatic69