Wendal Chen 3 лет назад
Родитель
Сommit
e1d495a9d2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      script/libs/mcp2515/meta.json

+ 2 - 2
script/libs/mcp2515/meta.json

@@ -1,11 +1,11 @@
 {
     "type" : "lua",
     "repo" : "luatos/mcp2515",
-    "tags" : ["mcp2515", "sit2512"],
+    "tags" : ["mcp2515", "sit2512", "can"],
     "title" : "SPI转CAN驱动,兼容mcp2515/sit2515",
     "files" : {
         "." : "*"
     },
     "enterpoint" : "mcp2515.lua",
-    "dependency" : ["i2c"]
+    "dependency" : ["spi"]
 }