From a4e3c01c834fb935160edc5bc7baeb46085a2f23 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 10 Jan 2025 17:22:22 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index e69de29bb..c0e9027fc 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -0,0 +1,4 @@ +#ifndef COMMANDS_H +#define COMMANDS_H + +#endif \ No newline at end of file