ShadowBlip / HandyPT

Handheld Power Tools (Handy Pot) provides fine performance tuning for a variety of handheld devices.
GNU General Public License v3.0
33 stars 1 forks source link

Incorrect batCapacityNow in Ayaneo Air #12

Open alphonsez1 opened 2 years ago

alphonsez1 commented 2 years ago

I find the plugin is showing above 200 Wh in my handheld. The battery is only 28Wh.

It turns out it's caused by the 7.7 factor https://github.com/ShadowBlip/HandyPT/blob/main/src/components/Battery.tsx#L23

I guess this is useful for some other device types. Is the device name available in the context? I'm considering put an override per device type.

pastaq commented 2 years ago

Interesting. I'll take a look at it. This may be entirely unnecessary actually. It's a bit of code pulled from the original project for the steam deck that I now realize I've never verified.