mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 12:56:34 -04:00
Add touch capability
This commit is contained in:
committed by
Jay Michalska
parent
2583effe5e
commit
f66cba1816
@@ -89,6 +89,11 @@ module.exports.capabilityMap = {
|
||||
minFwMajor: 4,
|
||||
minFwMinor: 9
|
||||
},
|
||||
TOUCH: {
|
||||
platforms: ['emery', 'gabbro'],
|
||||
minFwMajor: 4,
|
||||
minFwMinor: 9
|
||||
},
|
||||
HEALTH: {
|
||||
platforms: ['basalt', 'chalk', 'diorite', 'emery', 'flint', 'gabbro'],
|
||||
minFwMajor: 3,
|
||||
|
||||
Reference in New Issue
Block a user