Skip to content

Commit 82c485e

Browse files
authored
temp fix: esp_hosted from fork until upstream is fixed
1 parent 9969193 commit 82c485e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

idf_component.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ dependencies:
5858
espressif/esp-dsp:
5959
version: "^1.4.12"
6060
espressif/esp_hosted:
61-
version: "^2.1.6"
61+
version: "master"
62+
git: https://github.com/Jason2866/esp-hosted-mcu.git
63+
require: public
6264
rules:
6365
- if: "target == esp32p4"
6466
espressif/esp_wifi_remote:

0 commit comments

Comments
 (0)