mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Make battery gauge update properly
This commit is contained in:
parent
28386ee681
commit
4efc73bf9a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import SwiftUI
|
|||
import Charts
|
||||
|
||||
struct BatteryGauge: View {
|
||||
@State var batteryLevel = 0.0
|
||||
var batteryLevel = 0.0
|
||||
private let minValue = 0.0
|
||||
private let maxValue = 100.00
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue