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: DodgeRadioEmulatorv30
Revision 1:5605f12d5b16, committed 2013-01-01
- Comitter:
- rtgree01
- Date:
- Tue Jan 01 03:51:44 2013 +0000
- Parent:
- 0:7ec2509aa78c
- Commit message:
- OBD2 disabled; changed rate of output can messages
Changed in this revision
| OBDII.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/OBDII.cpp Mon Aug 20 02:35:38 2012 +0000
+++ b/OBDII.cpp Tue Jan 01 03:51:44 2013 +0000
@@ -11,7 +11,7 @@
data.speed = -1;
HostSock = new UDPSock(new Host(IpAddr(), 20000, NULL), 64, this);
- statusHost = new Host(IpAddr(10,10,10,1), 21000, NULL); //Join multicast group on port 50000
+ statusHost = new Host(IpAddr(224,1,2,3), 21000, NULL); //Join multicast group on port 50000
CANTimer.start();
done = true;