From dba78afc069848a811aaa93cfdc40faa34a9ff86 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Sun, 5 May 2024 01:19:54 +0200 Subject: [PATCH] ESP32 compile fix --- ESP32/main.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32/main.ino b/ESP32/main.ino index 8bafd75..172a5e8 100644 --- a/ESP32/main.ino +++ b/ESP32/main.ino @@ -368,7 +368,7 @@ void setup() { void loop() { - debugger(cnsl, b, &stop_event, false); + debugger(cnsl, b, &stop_event); c->reset(); }