From d2b8135fda5c44fd7984418c9512e2b92e3e1dc6 Mon Sep 17 00:00:00 2001 From: Hays Chan <25737801+hayschan@users.noreply.github.com> Date: Thu, 30 May 2024 18:14:22 +0800 Subject: [PATCH] refactor: Update include statement in esp32-ip-to-geolocation.c --- main/esp32-ip-to-geolocation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/esp32-ip-to-geolocation.c b/main/esp32-ip-to-geolocation.c index 74e7e54..1b6d943 100644 --- a/main/esp32-ip-to-geolocation.c +++ b/main/esp32-ip-to-geolocation.c @@ -1,4 +1,4 @@ -#include "main.h" +#include "esp32-ip-to-geolocation.h" // Global event group for WiFi status EventGroupHandle_t s_wifi_event_group;