Moving into components parts of the provider project

This commit is contained in:
2026-03-26 20:36:27 -04:00
parent cfe19d5e65
commit f483a4d292
12 changed files with 48 additions and 30 deletions
+2 -4
View File
@@ -16,13 +16,11 @@
#include "freertos/semphr.h"
#include "freertos/timers.h"
#include "types.hpp"
// Project includes
#include "network.hpp"
#ifndef internal
#define internal static
#endif
// Forward declarations
#if CONFIG_CALENDINK_BLINK_IP
internal esp_err_t get_ip_info(esp_netif_ip_info_t *ip_info);