Skip to content

Commit

Permalink
fix(network_prov): fix provisioning over softap
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 committed Sep 4, 2024
1 parent 7c63623 commit 7ab0bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion network_provisioning/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.0.1"
version: "1.0.2"
description: Network provisioning component for Wi-Fi or Thread devices
url: https://github.com/espressif/idf-extra-components/tree/master/network_provisioning
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion network_provisioning/src/scheme_softap.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const network_prov_scheme_t network_prov_scheme_softap = {
.delete_config = delete_config,
.set_config_service = set_config_service,
.set_config_endpoint = set_config_endpoint,
#ifdef NETWORK_PROV_NETWORK_TYPE_WIFI
#ifdef CONFIG_NETWORK_PROV_NETWORK_TYPE_WIFI
.wifi_mode = WIFI_MODE_APSTA
#endif
};

0 comments on commit 7ab0bd2

Please sign in to comment.