Cambios funcionamiento

This commit is contained in:
cvaldes1201
2023-11-06 20:11:38 -06:00
parent fd6d581422
commit 3004841676
4 changed files with 18 additions and 10 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