Skip to content

Commit

Permalink
tp_smapi: correct default apipath
Browse files Browse the repository at this point in the history
  • Loading branch information
lcpz committed Dec 1, 2018
1 parent 6c3a211 commit 8d1a905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion widget/contrib/tp_smapi.lua
Expand Up @@ -19,7 +19,7 @@ local string = string
local function factory(apipath)
local tp_smapi = {
path = apipath or "/sys/devices/platform/tp_smapi"
path = apipath or "/sys/devices/platform/smapi"
}
function tp_smapi.get(batid, feature)
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from f52c90 to 11ea6b

0 comments on commit 8d1a905

Please sign in to comment.