We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0aedb4 commit aad774fCopy full SHA for aad774f
src/constants.hpp
@@ -89,7 +89,7 @@ namespace constants {
89
} // namespace rockblock
90
namespace temperature {
91
constexpr int pin = 39;
92
- constexpr int in_sun_val = 0;
+ constexpr int in_sun_val = 30;
93
constexpr int min_temp_c = -100;
94
constexpr int max_temp_c = 200;
95
} // namespace temperature
0 commit comments