-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wifi): Guard missing sketches for hosted Wi-Fi
- Loading branch information
1 parent
32e2230
commit 1ecbbae
Showing
4 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
libraries/WiFi/examples/WiFiClientEnterprise/WiFiClientEnterprise.ino
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"requires_any": [ | ||
"CONFIG_SOC_WIFI_SUPPORTED=y", | ||
"CONFIG_ESP_WIFI_REMOTE_ENABLED=y" | ||
"requires": [ | ||
"CONFIG_SOC_WIFI_SUPPORTED=y" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"fqbn_append": "PartitionScheme=huge_app", | ||
"requires_any": [ | ||
"CONFIG_SOC_WIFI_SUPPORTED=y", | ||
"CONFIG_ESP_WIFI_REMOTE_ENABLED=y" | ||
"requires": [ | ||
"CONFIG_SOC_WIFI_SUPPORTED=y" | ||
] | ||
} |