Use bool type for send_handshake.

This commit is contained in:
Maxwell Pray
2022-09-01 00:53:10 -07:00
parent 780f03e6f1
commit 8d1e149fa8
+1 -1
View File
@@ -10,7 +10,7 @@
#define PING_EXPIRE_MS 1000
unsigned long last_ping_ms = 0;
boolean send_handshake = false;
bool send_handshake = false;
void led_emit_0() {
digitalWrite(LED_PIN, HIGH);