Merge pull request #522 from nymea/mcp-fix-meta

MCP3008: Fix meta.json
master
Michael Zanetti 2022-01-27 22:51:17 +01:00 committed by GitHub
commit 8b77b1e541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
"stability": "consumer",
"offline": false,
"technologies": [
"SPI"
"spi"
],
"categories": [
"DYI"
"sensor"
]
}