You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
calling pj.power.GetPowerOff() returns [255] and not the value set in GUI
likewize, calling pj.power.GetWakeUpOnCharge() returns 127, and not the value set in GUI
after a SetPowerOff() , the value returned by GetPowerOff() is indeed the one specified in SetPowerOff() (same for wakeup).
Should I trust the value set in GUI and do not bother calling Set/GetPowerOff() ?
or should I rather call SetPowerOff() each time the PI application runs ? I do not mind, however I am worried of possible EEPROM wear; if every call write to EEPROM
Thanks (my PIJuice have been in production for many years, I just upgraded the battery)
The text was updated successfully, but these errors were encountered:
Hello
firmware 1.4
calling pj.power.GetPowerOff() returns [255] and not the value set in GUI
likewize, calling pj.power.GetWakeUpOnCharge() returns 127, and not the value set in GUI
after a SetPowerOff() , the value returned by GetPowerOff() is indeed the one specified in SetPowerOff() (same for wakeup).
Should I trust the value set in GUI and do not bother calling Set/GetPowerOff() ?
or should I rather call SetPowerOff() each time the PI application runs ? I do not mind, however I am worried of possible EEPROM wear; if every call write to EEPROM
Thanks (my PIJuice have been in production for many years, I just upgraded the battery)
The text was updated successfully, but these errors were encountered: