Set initial value of send_handshake to true.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#define PING_EXPIRE_MS 1000
|
#define PING_EXPIRE_MS 1000
|
||||||
|
|
||||||
unsigned long last_ping_ms = 0;
|
unsigned long last_ping_ms = 0;
|
||||||
bool send_handshake = false;
|
bool send_handshake = true;
|
||||||
|
|
||||||
void led_emit_0() {
|
void led_emit_0() {
|
||||||
digitalWrite(LED_PIN, HIGH);
|
digitalWrite(LED_PIN, HIGH);
|
||||||
|
|||||||
Reference in New Issue
Block a user