Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot mbed-rtos mbed
Fork of mDot_LoRa_Sensornode by
Diff: app/LoRaConfig.cpp
- Revision:
- 4:135e5ebdf555
- Parent:
- 1:fe242f3e341b
--- a/app/LoRaConfig.cpp Sun Aug 14 11:33:36 2016 +0000 +++ b/app/LoRaConfig.cpp Sun Aug 14 19:56:43 2016 +0000 @@ -39,7 +39,7 @@ case LORA_MODE_1: setNetworkPublicity(true); setActivity(true); - setFrequencySubBand(LORA_SUBBAND_1); + setFrequencySubBand(LORA_SUBBAND_2); setSpreadingFactor(LORA_SPREADING_FACTOR_8); setTxPowerdBm(LORA_TX_POWER_16_DBM); setAcknowledgeRetries(LORA_ACKNOWLEDGE_RETRIES_0);
