Closed dhustkoder closed 4 years ago
Oops was a typo, Drc should be DRC.
Until the next wut release you can add the declarations to your own code and it will still link correctly:
IMError IMGetDimEnableDRC(uint32_t *outValue);
IMError IMGetDimEnableTV(uint32_t *outValue);
IMError IMSetDimEnableDRC(BOOL value);
IMError IMSetDimEnableTV(BOOL value);
I had some undefined references with the energysaver.h API is there something Im missing or is it not complete for use yet