Skip to content
Closed
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
8 changes: 0 additions & 8 deletions esp_hosted_ng/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,14 +262,6 @@ directory
* Please reboot Raspberry-Pi after changing this file.
* Setting up the environment and getting started
* Host environment setup
* As ESP32 & ESP32C6, both support SDIO, Let host know which slave chipset is being used by changing `ESP_SLAVE_CHIPSET` in `esp_hosted_ng/host/rpi_init.sh` as:
```sh
ESP_SLAVE_CHIPSET="esp32"
```
or
```sh
ESP_SLAVE_CHIPSET="esp32c6"
```
* Execute following commands in root directory of cloned ESP-Hosted repository on Raspberry-Pi
```sh
$ cd esp_hosted/esp_hosted_ng/host/
Expand Down
3 changes: 0 additions & 3 deletions esp_hosted_ng/host/rpi_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ wlan_init()
fi
fi

if [ "$ESP_SLAVE" != "" ] ; then
CUSTOM_OPTS=${CUSTOM_OPTS}" ESP_SLAVE=\"$ESP_SLAVE"\"
fi
if [ "$CUSTOM_OPTS" != "" ] ; then
echo "Adding $CUSTOM_OPTS"
fi
Expand Down