fix(hosted): Fix custom WiFi pins not picked from config (#12021)

* fix(hosted): Fix custom WiFi pins not picked from config

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
Me No Dev
2025-11-13 23:12:37 +02:00
committed by GitHub
parent 491e2d2136
commit 607ebf090e
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
#include "esp32-hal-hosted.h"
#include "esp32-hal-log.h"
#include "pins_arduino.h"
#include "esp_hosted.h"
#include "esp_hosted_transport_config.h"

View File

@@ -49,6 +49,10 @@ static const uint8_t T11 = 13;
static const uint8_t T12 = 14;
static const uint8_t T13 = 15;
//SDMMC
#define BOARD_HAS_SDMMC
#define BOARD_SDMMC_SLOT 0
//WIFI - ESP32C6
#define BOARD_HAS_SDIO_ESP_HOSTED
#define BOARD_SDIO_ESP_HOSTED_CLK 12