Newer
Older
// Poll port expander to initialize the PINS struct.
PINS.last_triggered = millis();
PINS.stage = "";
PINS.ramping = false;
start = millis();
void serialLoop() {
start = millis();
Serial.print(eth_connected ? "." : "-");
serialLoop();
if (eth_connected) { // We may be triggered, but disconnected from the network.
powerOffCheckLoop();
}