Improve Battery health derived efficiency estimations and Fix error divided by zero #2495
Annotations
9 warnings
Lint (Elixir 1.15 / OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Lint (Elixir 1.15 / OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Lint (Elixir 1.15 / OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Lint (Elixir 1.15 / OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Lint (Elixir 1.15 / OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Lint (Elixir 1.15 / OTP 26)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Lint (Elixir 1.15 / OTP 26)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Lint (Elixir 1.15 / OTP 26)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Lint (Elixir 1.15 / OTP 26)
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
|