I dunno that this makes it any easier...

I tried splitting up the sources to speed
up some compiling... but it didn't help.
I dunno that it's more readable this way.

I'm checkpointing this just in case.
This commit is contained in:
2026-01-26 03:47:52 -05:00
parent 9fca970fc5
commit c368696cc2
11 changed files with 279 additions and 200 deletions

8
power_profile.h Normal file
View File

@ -0,0 +1,8 @@
#pragma once
#include <string>
// Since this requires launching bg processes, we only do it at startup and then every 30s.
void profileUpdate( void * );
void setPowerMode( const std::string &mode );