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: A_TeseoLocationNEW A_TeseoLocation
Revision 4:9d0addf682f0, committed 2019-02-14
- Comitter:
- apalmieri
- Date:
- Thu Feb 14 11:37:40 2019 +0000
- Parent:
- 3:2d568ec8da14
- Child:
- 5:d91199cfc6a4
- Commit message:
- Update .json file
Changed in this revision
| module.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/module.json Thu Feb 14 11:10:26 2019 +0000
+++ b/module.json Thu Feb 14 11:37:40 2019 +0000
@@ -1,5 +1,5 @@
{
- "name": "Teseo-LIV3F",
+ "name": "X_NUCLEO_GNSS1A1",
"version": "1.0.0",
"description": "GPSProvider wrapper library for STMicroelectronics' X-NUCLEO-GNSS1A1 Expansion Board.",
"keywords": [
@@ -25,7 +25,7 @@
}
],
"dependencies": {
- "mbed-drivers": ">=0.11.3",
- "GPSProvider": "^1.0.0"
+ "mbed-os": "^5.11.4",
+ "GPS_Provider": "^1.0.0"
}
}