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: C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: MBEDEndpoint.cpp
- Revision:
- 141:0a09f2d03528
- Parent:
- 140:37588866ce18
- Child:
- 143:fbdd4f74e1e9
--- a/MBEDEndpoint.cpp Wed Mar 19 04:00:56 2014 +0000
+++ b/MBEDEndpoint.cpp Wed Mar 19 04:02:17 2014 +0000
@@ -41,7 +41,7 @@
bool success = true;
this->m_preferences = NULL;
memset(this->m_lcd_status,0,TEMP_BUFFER_LEN+1);
- memset(this->m_nsp_address,0,PREFERENCE_VALUE_LEN+1);
+ memset(this->m_gw_address,0,PREFERENCE_VALUE_LEN+1);
for(int i=0;i<NUM_TRANSPORTS;++i) this->m_transports[i] = NULL;
this->m_error_handler = error_handler;
if (success) this->initPreferences();