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.
Diff: xbee/xbee.cpp
- Revision:
- 1:12c5a8179ad2
- Parent:
- 0:65f9be2858c9
--- a/xbee/xbee.cpp Wed Feb 22 08:59:47 2017 +0000 +++ b/xbee/xbee.cpp Thu Mar 18 08:39:47 2021 +0000 @@ -1168,6 +1168,7 @@ #else #ifdef ARM_MBED _xbee_serial.baud(57600); + //_xbee_serial.baud(38400); _xbee_serial.attach(&_xbee_serial_callback); #ifdef DEBUG _xbee_debug.baud(38400);