Skip to content

Commit

Permalink
Fixing energy conversion factor
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisBrock committed Oct 5, 2024
1 parent 7bbb2ad commit 038dbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace Constants
constexpr uint32_t TimeoutMs = 2000;
constexpr float VoltageFactor = 10.0f;
constexpr float CurrentFactor = 10.0f;
constexpr float EnergyFactor = 10.0f;
constexpr float EnergyFactor = 0.01f;
};

namespace WiFi
Expand Down

0 comments on commit 038dbf3

Please sign in to comment.