Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 669cec94 authored by Darren Hsu's avatar Darren Hsu Committed by Automerger Merge Worker
Browse files

Merge "powerstats: add new EnergyConsumerType for camera" am: 72a39648 am: c92826db

parents b0c30781 c92826db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,4 +40,5 @@ enum EnergyConsumerType {
  GNSS = 4,
  MOBILE_RADIO = 5,
  WIFI = 6,
  CAMERA = 7,
}
+1 −0
Original line number Diff line number Diff line
@@ -26,4 +26,5 @@ enum EnergyConsumerType {
    GNSS,
    MOBILE_RADIO,
    WIFI,
    CAMERA,
}