Skip to content

Commit e616390

Browse files
committed
Merge pull request #1686 from petermm/avoid-wifi-remote-warnings
ESP32: Avoid compiler warnings for esp_wifi_remote These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents ae8e169 + c90994f commit e616390

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platforms/esp32/components/avm_builtins/idf_component.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ dependencies:
1717

1818
espressif/esp_wifi_remote:
1919
rules:
20-
- if: "idf_version >= 5.4"
20+
- if: "idf_version >= 5.4"
21+
- if: target in ["esp32p4"]

0 commit comments

Comments
 (0)