Browse Source

add: 为远程开机棒,墨水屏日历,添加元数据

Wendal Chen 3 years ago
parent
commit
fb8d6d72b8

+ 6 - 0
script/turnkey/eink-calendar/README.md

@@ -0,0 +1,6 @@
+# 离线烧录器
+
+当前能刷air101/air103, 可运行在支持uart库的所有平台
+
+详细配置请看 main.lua
+

+ 11 - 0
script/turnkey/eink-calendar/meta.json

@@ -0,0 +1,11 @@
+{
+    "type" : "lua",
+    "repo" : "luatos/eink_calendar_wifi",
+    "tags" : ["turnkey", "esp32c3", "墨水屏", "wlan", "wifi"],
+    "version" : "1.0.0",
+    "title" : "墨水屏日历,esp32c3版本",
+    "files" : {
+        "." : "*"
+    },
+    "dependency" : ["wlan"]
+}

+ 6 - 0
script/turnkey/remote_pc_poweron/README.md

@@ -0,0 +1,6 @@
+# PC远程开机棒(esp32c3版)
+
+适用于esp32c3
+
+请按main.lua 内的注释修改网络参数!!
+

+ 11 - 0
script/turnkey/remote_pc_poweron/meta.json

@@ -0,0 +1,11 @@
+{
+    "type" : "lua",
+    "repo" : "luatos/esp32c3_remote_poweron",
+    "tags" : ["turnkey", "esp32c3", "远程开机棒"],
+    "version" : "1.0.0",
+    "title" : "PC远程开机棒, esp32c3版本",
+    "files" : {
+        "." : "*"
+    },
+    "dependency" : ["wlan"]
+}

+ 0 - 8
script/turnkey/scanner_air105/README.md

@@ -9,11 +9,3 @@
 ## 代码说明
 
 源码位于 src 目录
-
-TODO 说明每个文件的作用
-
-## 效果演示
-
-图片位于images, 视频考虑放cdn
-
-TODO