Reset all settings - BTT E3 RRF V1.1 #664
Replies: 15 comments
-
Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here |
Beta Was this translation helpful? Give feedback.
-
What Firmware version are you using ? 2x or 3.0 ? |
Beta Was this translation helpful? Give feedback.
-
ESP3D-2.1.x (https://github.com/luc-github/ESP3D). |
Beta Was this translation helpful? Give feedback.
-
well on 2.1 it won't work, because even for serial it will ask for admin password - the only solution is to erase full flash , then reflash |
Beta Was this translation helpful? Give feedback.
-
Ok I just watched the video - I did not know the bootlader supported ESP3D.BIN file on SD to flash the ESP (sorry I do not know this board ....) |
Beta Was this translation helpful? Give feedback.
-
I have a doubt which password did you changed ? |
Beta Was this translation helpful? Give feedback.
-
1 - Will this stop the ESP3D from entering webui? I changed password in webui, for AP mode, and Client mode. I am not at home now, so I can not test yet. |
Beta Was this translation helpful? Give feedback.
-
ok the mention of
confused me, so you do not enabled authentication - right ? In that case you can send any serial commands to reset all or just setup wifi : https://raw.githubusercontent.com/wiki/luc-github/ESP3D/docs/Commands2_1.txt to do this just use the serial of your printer and use the but as I am not sure Marlin will forward answer from ESP3D serial, so better to do full reset
But after looking at video, if you followed it, seems the default values are changed in code, so before, you need to put back the original value for password : 12345678 , like this you will only modify in webui and a reset will always allow you to have a working AP or you can try first
|
Beta Was this translation helpful? Give feedback.
-
First, it was not the #define #define MAX_PASSWORD_LENGTH, it was MAX_LOCAL_PASSWORD_LENGTH. So there was nothing wrong, except my memory.Flashed with ESP3D.bin (Without any changes in config.h, or other files.) Tried [ESP444] RESET in octopi / terminal: Tried M118 P0 [ESP444]RESET, and M118 P0 [ESP444]RESTART (also in octopi/terminal): |
Beta Was this translation helpful? Give feedback.
-
Success confirmed. Everything works, but not apostrophe in the WIFI password. I noticed one thing. About my password is: abcdef'ghijklmn. I wrote this in the wizard. When I later checked up on this it just said: abcdef. It is possible that I use is not an apostrophe, but another sign. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to enter (or otherwise) enter passwords like Hexadecimal? |
Beta Was this translation helpful? Give feedback.
-
only passphrase is supported |
Beta Was this translation helpful? Give feedback.
-
a - M118 P0 [ESP106]xxx'xxxx do not work. -I have useed some big letters, above.... |
Beta Was this translation helpful? Give feedback.
-
A slash (or whatever it's called) disappeared. Should be xxxslash'xxxx. |
Beta Was this translation helpful? Give feedback.
-
I think the symbol I have used is not an apostrophe, but a singel quote. ' |
Beta Was this translation helpful? Give feedback.
-
Hello.
I have managed to make a mistake. I have changed the password on WIFI in webui, and now I can no longer enter. Both in AP and in client mode. This is because I was unable to connect to my network. I think #define MAX_PASSWORD_LENGTH was set to 16 (which is too low). And then I have appostrophe in the password, which I know has been problematic before. Can I change something in firmware that deletes / resets webui, or is there another solution?
The card is as mentioned in the heading a BIGTREETECH E3 RRF V1.1. Software was downloaded here on 28.07.2021.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions