mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-29 13:26:59 -04:00
Add speaker capability
This commit is contained in:
committed by
Jay Michalska
parent
2e1e5d5d44
commit
2583effe5e
@@ -84,6 +84,11 @@ module.exports.capabilityMap = {
|
||||
minFwMajor: 3,
|
||||
minFwMinor: 4
|
||||
},
|
||||
SPEAKER: {
|
||||
platforms: ['emery', 'flint'],
|
||||
minFwMajor: 4,
|
||||
minFwMinor: 9
|
||||
},
|
||||
HEALTH: {
|
||||
platforms: ['basalt', 'chalk', 'diorite', 'emery', 'flint', 'gabbro'],
|
||||
minFwMajor: 3,
|
||||
|
||||
Reference in New Issue
Block a user