Commit 23e450ab authored by Projects's avatar Projects Committed by Grzegorz Daniluk

GUI demo: reduced the number of temperature sensors

parent c9cb0448
......@@ -265,7 +265,7 @@ private:
static constexpr unsigned int FAN_COUNT = 3;
///> Number of temperature sensors
static constexpr unsigned int TEMP_COUNT = 6;
static constexpr unsigned int TEMP_COUNT = 2;
///> Vector storing all voltages
static const std::vector<std::pair<VOLTAGE, std::string>> VOLTAGES;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment