Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(network_provisioning): Consider WIFI_REMOTE for provisioning (IEC-260) #470

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vikramdattu
Copy link
Contributor

@vikramdattu vikramdattu commented Jan 28, 2025

  • In cases, such as ESP32-P4, we do not have native Wi-Fi and it uses other
    mechanisms., such as esp-hosted. esp-wifi-remote is used in this case.
  • Provisioning component currently check if Wi-Fi is natively
    enabled for it to compile wifi_provisioning sources.
    This causes link errors when enabling the provisiong for ESP32-P4
  • Extend the check for Wi-Fi remote as well, so the sources are compiled

Checklist

  • Component contains License
  • Component contains README.md
  • Component contains idf_component.yml file with url field defined
  • Component was added to upload job
  • Component was added to build job
  • Optional: Component contains unit tests
  • CI passing

Change description

This change extends the provisioning support for the devices(such as P4+C6 setup using esp_hosted for connectivity) using Wi-Fi remotes.

  • Also bumped up the patch version for network_provisioning component

@vikramdattu
Copy link
Contributor Author

@shahpiyushv @igrr @shahpiyushv @wqx6 PTAL

@github-actions github-actions bot changed the title fix(network_provisioning): Consider WIFI_REMOTE for provisioning fix(network_provisioning): Consider WIFI_REMOTE for provisioning (IEC-260) Jan 28, 2025
 - In cases, such as ESP32-P4, we do not have native Wi-Fi and it uses other
   mechanisms., such as esp-hosted. esp-wifi-remote is used in this case.
 - Provisioning component currently check if Wi-Fi is natively
   enabled for it to compile wifi_provisioning sources.
   This causes link errors when enabling the provisiong for ESP32-P4
 - Extend the check for Wi-Fi remote as well, so the sources are compiled
@vikramdattu vikramdattu force-pushed the support/network_prov_with_wifi_remote branch from dd98dad to a82202f Compare February 17, 2025 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants