const uint32_t modulationOn = 10000; // Time (in ms) for relay to be ON when modulating const uint32_t modulationOff = 20000; // Time (in ms) for relay to be OFF when modulating ...