/* * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 *//* ... */#pragmaonce/** * @brief Checks if the device has been provisioned * @return true if WiFi is provisioned *//* ... */boolis_provisioned(void);/** * @brief Initiate provisioning * @param flags Event flags to indicate status of provisioning * @param success_bit bits set in the event flags on success * @param fail_bit bits set in the event flags on failure * @return ESP_OK if provisioning started *//* ... */esp_err_tstart_provisioning(EventGroupHandle_t*flags,intsuccess_bit,intfail_bit);
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.