| 277 | } |
| 278 | |
| 279 | void UnPhoneFeatures::turnPeripheralsOff() const { |
| 280 | setExpanderPower(false); |
| 281 | setBacklightPower(false); |
| 282 | setIrPower(false); |
| 283 | setRgbLed(false, false, false); |
| 284 | setVibePower(false); |
| 285 | } |
| 286 | |
| 287 | bool UnPhoneFeatures::setShipping(bool on) const { |
| 288 | if (on) { |