Skip to content

Commit

Permalink
Added isApEnabled command to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyinkozan authored and rwaldron committed Aug 10, 2017
1 parent fa4bd4b commit 0f687a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/test/unit/tessel.js
Original file line number Diff line number Diff line change
Expand Up @@ -4268,6 +4268,8 @@ exports['Tessel.Wifi'] = {
callback(null, networks);
} else if (cmd === `uci get wireless.@wifi-iface[0].disabled`) {
callback(null, 1);
} else if (cmd === `uci get wireless.@wifi-iface[1].disabled`) {
callback(null, 1);
} else {
callback();
}
Expand Down

0 comments on commit 0f687a1

Please sign in to comment.