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: DigitDisplay MTS-Utils libmDot mbed-rtos mbed
Revision 1:cf83fcba7d02, committed 2015-07-15
- Comitter:
- bbayer
- Date:
- Wed Jul 15 20:28:24 2015 +0000
- Parent:
- 0:eaddea2e2d72
- Child:
- 2:756d0baab3fb
- Commit message:
- demo version 1 (name & subband)
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jun 29 21:37:10 2015 +0000 +++ b/main.cpp Wed Jul 15 20:28:24 2015 +0000 @@ -22,7 +22,7 @@ // Configuration variables static std::string config_network_name = "mts-fan-demo1"; static std::string config_network_pass = "multitech"; -static uint8_t config_frequency_sub_band = 2; +static uint8_t config_frequency_sub_band = 1; static volatile bool timeToPollConduit = true;