Skip to content

Status Monitor 1.0.0

Compare
Choose a tag to compare
@masagrator masagrator released this 10 Nov 17:14
· 23 commits to master since this release
8253bae

Fixed bugs:

  • Temperatures for PCB and SoC were swapped in 0.9.2 release
  • Sometimes exiting mode resulted in exiting overlay

Changes:

  • Introduction of experimental configuration file, which allows changing exit button combo, Mini + Micro + FPS Counter + FPS Graph UIs, refresh rates. More explained here.
    • Button combos are read from 3 different configurations files, the most important is status-monitor config, next config used by Ultrahand overlay, and last config for Tesla Menu.
    • Now default combo button is L + D-PAD Down + R Stick. If someone wants to bring back old combo, use status-monitor config file.
  • Allow reading real frequencies from sys-clk 2.0.0_rc4+ sysmodule, if not installed showed frequencies in Mini and Micro modes are falling back to target frequencies
  • Allow reading RAM load from sys-clk 2.0.0_rc4+
  • Remove option to change refresh rate with button combo
  • Remove option to change position of Mini and FPS Counter modes with button combo
  • Show proper button icons in Full mode (only exceptions are general UP, DOWN, LEFT and RIGHT because they include both Sticks and D-Pad)
  • If sys-clk 2.0.0_rc4+ is active, Micro mode shows next to frequencies instead of @ also if real frequency is higher by 20 MHz than expected, if it's lower by 20 MHz, if it's lower by 50 MHz (seeing for longer than few seconds without any change suggests that your overclocking solution is bugged).
  • PFPS is now not showing in Mini mode

Thanks to @ppkantorski for PR #63

Edit: November 10th, 2023 18:04 GMT: Fixed positioning calculations for RAM in Micro and Mini modes when sys-clk is not working.
Edit: Novermber 11th, 2023 06:13 GMT: Fixed real frequencies and deltas overflowing above INT32_MAX