From 3279fcb859b5707be4ec8d02abc080df817e9673 Mon Sep 17 00:00:00 2001 From: cxh Date: Mon, 5 Jan 2026 13:48:52 +0800 Subject: [PATCH] 1 --- src/serial_AT.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/serial_AT.cpp b/src/serial_AT.cpp index 3248d92..f6943bd 100644 --- a/src/serial_AT.cpp +++ b/src/serial_AT.cpp @@ -7,6 +7,7 @@ #include #include +#include "app_config.hpp" #include "httplib.h" #include "logger.hpp" #include "nlohmann/json.hpp"