prusa3d / Prusa-Firmware-ESP32-Cam

Firmware for ESP32 Cam modules to be used in Prusa Connect
GNU General Public License v3.0
97 stars 10 forks source link

Autentification - Set web authentication #3

Closed sliverbaer closed 1 month ago

sliverbaer commented 2 months ago

Howdy, just compiled, connected and moved to my IoT network. On the "Autentification" tab, I tried to set a password, but after setting a password, I would continually get prompted to enter it. Never seems to take the password I just set.

I then basically have to recompile and upload to the ESP32-CAM and start over.

image

Otherwise, so far pretty slick. Thanks.

to3mmm commented 2 months ago

This also happened to me. I had to use the factory reset function (GPIO12 to GND for 10 seconds) to get access to the camera again.

johnyHV commented 1 month ago

Thank you for the report.

This error is peculiar. It looks like a problem with setting the default configuration at the first start of the MCU. I will try to simulate the same problem and find the issue. It may be necessary to add a configuration save check

MarkusReichart commented 1 month ago

I also experience the this problem.

johnyHV commented 1 month ago

In the new version of FW 1.0.2-rc1, I added the control of writing data to the EEPROM. In theory, this should help solve the problem

sliverbaer commented 1 month ago

I think that did it, thanks. I was able to change it after I got the firmware to update over the cloud.

MarkusReichart commented 1 month ago

In the new version of FW 1.0.2-rc1, I added the control of writing data to the EEPROM. In theory, this should help solve the problem

Yes, for me this issue is also solved with this version.