esp-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/cmd_decl.h

13 wiersze
292 B
C

/*
* Iperf example - declarations of command registration functions.
*
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
#pragma once
// Register WiFi functions
void register_wifi(void);
void initialise_wifi(void);