Skip to content

Commit

Permalink
Config relais
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Mar 20, 2024
1 parent dab2967 commit 2bb4865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mk2_3phase_RFdatalog_temp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ inline constexpr uint8_t watchDogPin{ 0xff }; /**< watch dog LED */

inline constexpr uint8_t tempSensorPin{ 0xff }; /**< for 3-phase PCB, sensor pin */

inline constexpr RelayEngine relays{ { { 8, 1000, 200, 1, 1 },
{ 9, 1000, 200, 1, 1 } } }; /**< config for relay diversion, see class definition for defaults and advanced options */
inline constexpr RelayEngine relays{ { { 8, 1000, 200, 5, 5 },
{ 9, 3000, 200, 30, 15 } } }; /**< config for relay diversion, see class definition for defaults and advanced options */

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 */
Expand Down

0 comments on commit 2bb4865

Please sign in to comment.