dchristl / esp32_nat_router_extended

a simple ESP32 NAT Router with some additional features
292 stars 54 forks source link

Feature request - Channels #93

Closed StruckGuide8154 closed 9 months ago

StruckGuide8154 commented 10 months ago

Is there any possibility you could add picking what channel your network will be on e.g channel 4, currently the repeated network is always on channel one.

dchristl commented 10 months ago

Hello @StruckGuide8154,

sadly this is not possible and a technical limitiation of thee ESP32. In softAP-mode (which is needed to get this to work) the STA-channel is always the same as the AP-chanelle and cannot be changed. If you want to use channel 4 for your STA, you have to configure your AP to use channel 4.

Regards, Danny