From 0a46d9bdac52bf737db81d79a8a6cff9e1ba4041 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Tue, 7 Nov 2023 19:42:43 +0700 Subject: [PATCH] Update espmega_iot_core.cpp --- src/espmega_iot_core.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/espmega_iot_core.cpp b/src/espmega_iot_core.cpp index d6253ac..3477090 100644 --- a/src/espmega_iot_core.cpp +++ b/src/espmega_iot_core.cpp @@ -2,7 +2,10 @@ // OS Configuration // #define FASTBOOT + +#ifndef ESPMEGA_REV #define ESPMEGA_REV "ESPMega PRO R3.3b" +#endif // Network Connectivity char HOSTNAME[15];