Skip to content

Commit

Permalink
Init change
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Jun 2, 2023
1 parent c9d33a4 commit 6e92f3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Mk2_3phase_RFdatalog_temp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ inline constexpr uint8_t watchDogPin{ 0xff }; /**< watch dog LED */
inline constexpr uint8_t tempSensorPin{ 0xff }; /**< for 3-phase PCB, sensor pin */

inline constexpr uint8_t ul_OFF_PEAK_DURATION{ 8 }; /**< Duration of the off-peak period in hours */
inline constexpr pairForceLoad rg_ForceLoad[NO_OF_DUMPLOADS]{ { -3, 2 }, /**< force config for load #1 ONLY for dual tariff */
{ -3, 120 }, /**< force config for load #2 ONLY for dual tariff */
{ -180, 2 } }; /**< force config for load #3 ONLY for dual tariff */
inline constexpr pairForceLoad rg_ForceLoad[NO_OF_DUMPLOADS]{ { -180, 2 } }; /**< force config for load #n ONLY for dual tariff */

inline constexpr int16_t iTemperatureThreshold{ 100 }; /**< the temperature threshold to stop overriding in °C */

Expand Down

0 comments on commit 6e92f3a

Please sign in to comment.