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.
Diff: plans/ChannelPlan_AS923.cpp
- Revision:
- 155:ecb07dbd16e3
- Parent:
- 153:7c00843e4bba
- Child:
- 156:98ca7710192a
diff -r 0992eaed401c -r ecb07dbd16e3 plans/ChannelPlan_AS923.cpp
--- a/plans/ChannelPlan_AS923.cpp Tue May 29 12:49:40 2018 -0500
+++ b/plans/ChannelPlan_AS923.cpp Wed May 30 09:24:04 2018 -0500
@@ -274,7 +274,7 @@
RxWindow rxw = GetRxWindow(window);
- if (_dlChannels[_txChannel].Frequency != 0)
+ if (_dlChannels[_txChannel].Frequency != 0 && window == 1)
GetRadio()->SetChannel(_dlChannels[_txChannel].Frequency);
else
GetRadio()->SetChannel(rxw.Frequency);