split into more components

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-07 23:00:21 +02:00
parent 3cb1b31a37
commit 53d4bf2c5b
7 changed files with 78 additions and 68 deletions

View File

@@ -1,11 +1,11 @@
#pragma once
#include <stdint.h>
#include "esp_err.h"
#ifdef __cplusplus
extern "C" {
#endif
uint8_t init_wifi(void);
esp_err_t init_wifi(void);
#ifdef __cplusplus
}
#endif