| 64 | } |
| 65 | |
| 66 | void setInvertDirection(bool invert) { m_invertDirection = invert; } |
| 67 | |
| 68 | // RC-28 button mapping persists as a single nested-JSON blob under the |
| 69 | // "RC28Mapping" AppSettings key (Principle V): one root key per feature, |
no outgoing calls
no test coverage detected