Skip to content

Commit

Permalink
add Enable Wifi button
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Sep 20, 2020
1 parent 53efd7f commit 164de17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
debug.log
filebrowser.db
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<extension>
<information>
<name>filebrowser</name>
<version>1.0</version>
<version>1.1</version>
<author>ngxson</author>
<id>filebrowser</id>
</information>
Expand Down
6 changes: 6 additions & 0 deletions menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"if": "\"kterm\" -ext",
"action": "sh start_server.sh",
"exitmenu": false
},
{
"name": "Enable Wifi",
"if": "\"kterm\" -ext",
"action": "lipc-set-prop com.lab126.cmd wirelessEnable 1",
"exitmenu": false
}
]
}
Expand Down

0 comments on commit 164de17

Please sign in to comment.