This commit is contained in:
2023-11-06 19:54:13 -06:00
parent fd6d581422
commit 6489696bf3
5 changed files with 26 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ End Sub
Sub pe_BatteryChanged (Level As Int, Scale As Int, Plugged As Boolean, Intent As Intent)
Main.batt=Level
Log(main.batt)
' Log(main.batt)
End Sub
Private Sub Timer1_Tick