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.
Revision 11:0eedcdabb0e6, committed 2018-10-25
- Comitter:
- dkato
- Date:
- Thu Oct 25 05:16:50 2018 +0000
- Parent:
- 10:cdef6df6eac9
- Commit message:
- Fix camera settings
Changed in this revision
mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
diff -r cdef6df6eac9 -r 0eedcdabb0e6 mbed_app.json --- a/mbed_app.json Thu Oct 25 05:04:48 2018 +0000 +++ b/mbed_app.json Thu Oct 25 05:16:50 2018 +0000 @@ -6,11 +6,15 @@ }, "camera-type":{ "help": "Please see README.md", - "value": "CAMERA_CVBS" + "value": null }, "lcd":{ "help": "0:disable 1:enable", "value": "1" + }, + "lcd-type":{ + "help": "Please see README.md", + "value": null } }, "target_overrides": {