Skip to content

Add ESP32 Wifi Station Mode#107

Open
Autofix wants to merge 9 commits into
brainstorm:mainfrom
Autofix:main
Open

Add ESP32 Wifi Station Mode#107
Autofix wants to merge 9 commits into
brainstorm:mainfrom
Autofix:main

Conversation

@Autofix
Copy link
Copy Markdown
Collaborator

@Autofix Autofix commented Jun 1, 2026

This PR configures the ESP32 in Station mode if the Station SSID is set. Otherwise it will default to configuring Access Point mode.

I've added sta_ssid and sta_pw in all locations where wifi_ssid and wifi_pw were used. These have also been renamed to ap_ssid and ap_ssid to make the different mode usage clear.

I've had to duplicate checks against the Station SSID in ssh-stamp-esp32/src/network/wifi.rs as we no longer pass the ap_config directly to fn wifi_up

@Autofix Autofix changed the title Add ESP32 Wifi Station Mode. Add ESP32 Wifi Station Mode Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant