Set initial value of send_handshake to true.

This commit is contained in:
Maxwell Pray
2022-09-01 01:57:02 -07:00
parent 05dccdee2c
commit 723e435cfe
+1 -1
View File
@@ -10,7 +10,7 @@
#define PING_EXPIRE_MS 1000
unsigned long last_ping_ms = 0;
bool send_handshake = false;
bool send_handshake = true;
void led_emit_0() {
digitalWrite(LED_PIN, HIGH);