mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +00:00
Fix typo in default channel (Thanks Andre!)
This commit is contained in:
parent
1ba7f009dd
commit
57bbd912b1
@ -84,7 +84,7 @@ void Channels::initDefaultChannel(ChannelIndex chIndex)
|
|||||||
Channel &ch = getByIndex(chIndex);
|
Channel &ch = getByIndex(chIndex);
|
||||||
ChannelSettings &channelSettings = ch.settings;
|
ChannelSettings &channelSettings = ch.settings;
|
||||||
|
|
||||||
channelSettings.modem_config = ChannelSettings_ModemConfig_LongSlow; // Default to Long Range & Fast
|
channelSettings.modem_config = ChannelSettings_ModemConfig_LongFast; // Default to Long Range & Fast
|
||||||
|
|
||||||
channelSettings.tx_power = 0; // default
|
channelSettings.tx_power = 0; // default
|
||||||
uint8_t defaultpskIndex = 1;
|
uint8_t defaultpskIndex = 1;
|
||||||
|
@ -32,6 +32,8 @@ const RegionInfo regions[] = {
|
|||||||
https://www.thethingsnetwork.org/docs/lorawan/duty-cycle/
|
https://www.thethingsnetwork.org/docs/lorawan/duty-cycle/
|
||||||
https://www.thethingsnetwork.org/docs/lorawan/regional-parameters/
|
https://www.thethingsnetwork.org/docs/lorawan/regional-parameters/
|
||||||
https://www.legislation.gov.uk/uksi/1999/930/schedule/6/part/III/made/data.xht?view=snippet&wrap=true
|
https://www.legislation.gov.uk/uksi/1999/930/schedule/6/part/III/made/data.xht?view=snippet&wrap=true
|
||||||
|
|
||||||
|
audio_permitted = false per regulation
|
||||||
*/
|
*/
|
||||||
RDEF(EU868, 869.4f, 869.65f, 10, 0, 16, false, false),
|
RDEF(EU868, 869.4f, 869.65f, 10, 0, 16, false, false),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user