|
esp_iot_framework
v0.2.1
© 2026 AmakeSasha, distributed under a license Apache-2.0
|
Server startup and runtime environment initialization. More...
Functions | |
| esp_err_t | eif_server_initialize (void) |
| Configures system-wide services and prepares the server networking environment. More... | |
This module initializes the server hardware and prepares the runtime environment for the application layer.
| esp_err_t eif_server_initialize | ( | void | ) |
Sets up the base runtime environment, applies initial server configurations, and binds essential system handlers required to start the server.
eif_core_initialize().ESP_OK: Server layer initialization was successful.ESP_ERR_INVALID_ARG: Internal error. One of the mandatory arguments is passed as a NULL pointer.Example of use: