WLANThermo-nano / WLANThermo_ESP82XX_Software

GNU General Public License v3.0
32 stars 13 forks source link

can't change admin password / returns 404 #110

Open Zixim opened 4 years ago

Zixim commented 4 years ago

trying to change the password from http://192.168.11.109/admin results in a 404 :

No webpage was found for the web address: http://192.168.11.109/setadmin
HTTP ERROR 404

software is version 1.0.6

Zixim commented 4 years ago

/setadmin is missing in c_webhandler.h

sochs commented 4 years ago

Yeah, it's a known bug, will be fixed with next release. If you want to use it now, you have to send a POST request with parameter directly to /admin instead of /setadmin.