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: AsciiFont DisplayApp GR-PEACH_video LCD_shield_config LWIPBP3595Interface_STA_for_mbed-os USBDevice
Revision 1:67f8b5cfde75, committed 2016-11-10
- Comitter:
- Osamu Nakamura
- Date:
- Thu Nov 10 20:23:55 2016 +0900
- Parent:
- 0:7d720671e6dc
- Commit message:
- Revised the initial value of /888/0/7700
Changed in this revision
mbed-endpoint-resources/ZXingResource.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed-endpoint-resources/ZXingResource.h Thu Nov 10 20:04:48 2016 +0900 +++ b/mbed-endpoint-resources/ZXingResource.h Thu Nov 10 20:23:55 2016 +0900 @@ -421,7 +421,7 @@ } if (*decode_str == NULL) { - return string("{\"barcodeData\":0}\0"); + return string("0\0"); } else { return string(*decode_str); }