This code repository offers downloads for the latest images of various DevTerm models, as well as kernel patches, keyboard firmware, the source code for screen and printer drivers, hardware schematics, assembly instructions, and essential technical documents.
GNU Lesser General Public License v2.1
390
stars
68
forks
source link
gearbox script shows hardcoded gpu governor instead of the current one. #24
Expected:
Current:
Responsible code: https://github.com/clockworkpi/DevTerm/blob/main/Code/A06/devterm-a06-gearbox#L189
print("CPU Governor: %s GPU Governor: %s" % (self.get_cpu_gov(), self.gear["gpu_gov"]))
Solution: Read it from the filesystem