1.0
Dependencies: EthernetInterface mbed-rtos
Revision 11:f34b079ae15c, committed 2016-07-20
- Comitter:
- HMFK03LST1
- Date:
- Wed Jul 20 14:14:11 2016 +0000
- Parent:
- 10:ad8346bafe5e
- Commit message:
- first
Changed in this revision
EthernetInterface.lib | Show annotated file Show diff for this revision Revisions of this file |
Telemetry.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ad8346bafe5e -r f34b079ae15c EthernetInterface.lib --- a/EthernetInterface.lib Tue Feb 09 07:45:10 2016 +0000 +++ b/EthernetInterface.lib Wed Jul 20 14:14:11 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/mbed_official/code/EthernetInterface/#2fc406e2553f +http://developer.mbed.org/users/mbed_official/code/EthernetInterface/#183490eb1b4a
diff -r ad8346bafe5e -r f34b079ae15c Telemetry.cpp --- a/Telemetry.cpp Tue Feb 09 07:45:10 2016 +0000 +++ b/Telemetry.cpp Wed Jul 20 14:14:11 2016 +0000 @@ -146,7 +146,7 @@ #ifdef DEBUG serial.printf("Init success!"); #endif - + ip_self = eth.getIPAddress(); ReturnValue = true; } else