Skip to content

Commit

Permalink
Comment out WIRELESS_MODULE (TW0P) sensor for now
Browse files Browse the repository at this point in the history
See #15
  • Loading branch information
beltex committed Mar 1, 2015
1 parent f59aaf2 commit 3a925fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions SMCKit/SMC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ public struct SMC {
case PWR_SUPPLY_PROXIMITY = "Tp0P"
case THUNDERBOLT_0 = "TI0P"
case THUNDERBOLT_1 = "TI1P"
case WIRELESS_MODULE = "TW0P"
// See https://github.com/beltex/SMCKit/issues/15
//case WIRELESS_MODULE = "TW0P"


/**
Expand Down Expand Up @@ -295,8 +296,8 @@ public struct SMC {
PALM_REST : "PALM_REST",
PWR_SUPPLY_PROXIMITY : "PWR_SUPPLY_PROXIMITY",
THUNDERBOLT_0 : "THUNDERBOLT_0",
THUNDERBOLT_1 : "THUNDERBOLT_1",
WIRELESS_MODULE : "WIRELESS_MODULE"]
THUNDERBOLT_1 : "THUNDERBOLT_1"]
//WIRELESS_MODULE : "WIRELESS_MODULE"]
}


Expand Down

0 comments on commit 3a925fd

Please sign in to comment.