Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions main/eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ static const char *TAG = "Ethernet";
static eth_on_connected_cb_t on_connected_cb = NULL;
static eth_on_disconnected_cb_t on_disconnected_cb = NULL;
static char *eth_hostname = NULL;
#if CONFIG_ETH_USE_ESP32_EMAC
static esp_netif_t *eth_netif = NULL;
#endif

void eth_set_on_connected_cb(eth_on_connected_cb_t cb)
{
Expand Down
4 changes: 4 additions & 0 deletions sdkconfig.defaults.esp32c3
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
4 changes: 4 additions & 0 deletions sdkconfig.defaults.esp32s3
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y