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: modem_ref_helper DebouncedInterrupt
Diff: main.cpp
- Revision:
- 4:f83753357cdf
- Parent:
- 2:9112445299fa
- Child:
- 5:2d5d3124703a
- Child:
- 7:026f8c8bcdab
diff -r 031fa6f3a20d -r f83753357cdf main.cpp
--- a/main.cpp Tue Jan 30 09:42:59 2018 +0000
+++ b/main.cpp Mon Mar 05 16:47:22 2018 +0000
@@ -49,7 +49,9 @@
// Enable or disable a public network
.cfg.nw_public = 1,
// Uplink datarate, if adr_enable is off
- .cfg.tx_datarate = 0
+ .cfg.tx_datarate = 0,
+ // ISM Band
+ .cfg.ism_band = ISM_BAND_868,
};
// Interrupt Service Routine on button press.