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.
Dependents: NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more
Diff: WIFIDevice.h
- Revision:
- 29:86b2de427eab
- Parent:
- 27:617c6acde338
- Child:
- 31:f7c71d050c36
--- a/WIFIDevice.h Thu Jun 29 04:18:26 2017 +0000 +++ b/WIFIDevice.h Fri Jul 28 12:23:23 2017 +0000 @@ -111,6 +111,8 @@ int enableCoexistance(); void RF_Switch_WIFI_lock(void); void RF_Switch_WIFI_unlock(void); +#define WIFI_WINDOW_US 600 //min is 300 +#define BLE_WINDOW_US 600 //min is 300 #endif /* WIFIDEVICE_H_ */