mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
電圧レベルが最低の時はACアダプタが抜けても問題無いように常にアップデート禁止に。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2515 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
17c44d2f19
commit
81267a0715
@ -287,7 +287,8 @@ TwlMain()
|
|||||||
{
|
{
|
||||||
OS_Sleep(1);
|
OS_Sleep(1);
|
||||||
}
|
}
|
||||||
if ((batLevel < 3) && ! isAdapter)
|
if (((batLevel <= 2) && ! isAdapter) ||
|
||||||
|
(batLevel <= 1))
|
||||||
{
|
{
|
||||||
kamiFontPrintfMain( 2, 9, 3, " Sorry, ");
|
kamiFontPrintfMain( 2, 9, 3, " Sorry, ");
|
||||||
kamiFontPrintfMain( 2, 10, 3, " This SystemUpdater can not ");
|
kamiFontPrintfMain( 2, 10, 3, " This SystemUpdater can not ");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user