sunfounder / pironman5

Code for Raspberry Pi 5 case (Pironman5)
GNU General Public License v2.0
16 stars 11 forks source link

CPU frequency unit on Web interface is wrong #3

Closed polyrumors closed 3 months ago

polyrumors commented 5 months ago

The CPU frequency number seems to be MHz, but the unit keeps showing GHz.

Screenshot 2024-06-20 at 5 31 58 PM
deependdesigns commented 3 months ago

Search the /opt/pironman5 for "GHz" and you will find a .js file. This is where the string "GHz" is defined. Just change it to "MHz" and it will be correct.

cavonlee commented 3 months ago

@polyrumors @deependdesigns Thank you, will fix it on the next update