mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Implement get SD card status (if it's mounted or not).
This commit is contained in:
parent
2c5a2de17c
commit
dab1ab9bd9
9 changed files with 77 additions and 1 deletions
|
@ -35,6 +35,7 @@ module.exports = function(options) {
|
|||
.dependency(require('./device/plugins/account'))
|
||||
.dependency(require('./device/plugins/ringer'))
|
||||
.dependency(require('./device/plugins/wifi'))
|
||||
.dependency(require('./device/plugins/sd'))
|
||||
.define(function(options, solo) {
|
||||
if (process.send) {
|
||||
// Only if we have a parent process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue