Add Compass capability

This commit is contained in:
Andrew Howe
2026-04-28 21:54:11 +02:00
committed by Jay Michalska
parent 1a8301b0cc
commit 1b362a366c
3 changed files with 14 additions and 0 deletions
+5
View File
@@ -64,6 +64,11 @@ module.exports.capabilityMap = {
minFwMajor: 0,
minFwMinor: 0
},
COMPASS: {
platforms: ['aplite', 'basalt', 'chalk', 'emery', 'flint', 'gabbro'],
minFwMajor: 0,
minFwMinor: 0
},
MICROPHONE: {
platforms: ['basalt', 'chalk', 'diorite', 'emery', 'flint', 'gabbro'],
minFwMajor: 0,