rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
664 stars 121 forks source link

wifi #85

Closed llaull closed 1 year ago

llaull commented 1 year ago

hello, I don"t know why but i can't change the WIFI mode access. I try to many wifi at home 2 and 5 Ghz,

maybe i didn't see some think but i like the project so i wanted to use it :)

llaull commented 1 year ago

after 1day I got it ! I edited:

// Wifi Modes const char *wifi_modes[] = {"STA+AP"};

thank for the project

rzeldent commented 1 year ago

Hi Llaill,

The ESP32 only supports 2.4GHhz. I doubt the fix is correct because this text is only for displaying the Wifi mode in the web page...