v1.19 Release

Dependencies:   nRF51822

Committer:
fdelahan
Date:
Wed Jun 16 16:33:49 2021 +0000
Revision:
63:c321added5b1
Parent:
23:7ca590427f0e
This is a dead end version of 1.19. The code has been modified to produce an incorrect crc for 1.19 to be used in verification testing of utility software.; A "1" was added to the crc message of the 'm' request in the comm case statement.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sgetz7908 23:7ca590427f0e 1 {
sgetz7908 23:7ca590427f0e 2 "name": "SmartCap2_Mbed5",
sgetz7908 23:7ca590427f0e 3 "version": "0.0.1",
sgetz7908 23:7ca590427f0e 4 "description": "Monitor sensors to log usage.",
sgetz7908 23:7ca590427f0e 5 "licenses": [
sgetz7908 23:7ca590427f0e 6 {
sgetz7908 23:7ca590427f0e 7 "url": "https://spdx.org/licenses/Apache-2.0",
sgetz7908 23:7ca590427f0e 8 "type": "Apache-2.0"
sgetz7908 23:7ca590427f0e 9 }
sgetz7908 23:7ca590427f0e 10 ],
sgetz7908 23:7ca590427f0e 11 "dependencies": {
sgetz7908 23:7ca590427f0e 12 "ble": "^2.0.0"
sgetz7908 23:7ca590427f0e 13 },
sgetz7908 23:7ca590427f0e 14 "targetDependencies": {},
sgetz7908 23:7ca590427f0e 15 "bin": "./source"
sgetz7908 23:7ca590427f0e 16 }