mirror of
https://github.com/espressif/arduino-esp32.git
synced 2026-03-13 09:41:48 +08:00
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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user