In esp_err_t emac_reset(void) It calls REG_SET_BIT(EMAC_DMABUSMODE_REG, EMAC_SW_RST) However one of my boards always fails to reset this value back to zero0 (can't EMAC_SW_RST. This of course means that any ethernet LAN8720 init will terminate prematurely leading to no MAC/no ...
initBLEJH-P130-A0009 FreeHeap BLE2 :105288 void initBLE(const char *name) { DebugPrint("initBLE"); DebugPrintln(name); BLEDevice::init(name); #if isESP32 BLEDevice::setPower(ESP_PWR_LVL_P7,ESP_BLE_PWR_TYPE_DEFAULT); #else // #if isESP32_C3 BLEDevice::setPower(ESP_PWR_LVL_...