coinight

Results 2 issues of coinight

I was trying to make a bluetooth mouse on esp32c3 board.And I try "https://github.com/T-vK/ESP32-BLE-Mouse" (which is working on other esp32 not c3) but when I tried the example code ,an...

bug
port-esp32

I read the source code from **network_lan.c** from ports/esp32 in line 143 ``` eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); mac_config.smi_mdc_gpio_num = self->mdc_pin; mac_config.smi_mdio_gpio_num = self->mdio_pin; esp_eth_mac_t *mac = esp_eth_mac_new_esp32(&mac_config); ``` **it use...

bug