vitotai / BrewManiacEsp8266

BrewManiac on ESP8266. Only ESP8266 needed.
155 stars 71 forks source link

Main interface files are not being uploaded #74

Open franciscopaniskaseker opened 3 years ago

franciscopaniskaseker commented 3 years ago

I followed these steps:

  1. Erase Esp8266 (tried with nomdecu pyflasher and espressif download tools)
  2. Nodemcu to flash the 0.4.9 binary (I come from 0.3.1 and I did not try upgrade)

Then port 80 reply if I do telnet, however anything load in any browser. All pages from 8008 port work.

I have to manually upload all files using ip:8008/filemanager to get the main interface working (80 port).

Then when I try configure wifi, the interface connect to my router and get IP (and the ping reply), however anytime that I try to connect to port 80 (for example / or /update), it do a bip and browser get "connection refused".

For me does not matter if wifi connect or not. It is not important to me, but I think this problem is related with broken flash.

My questions:

  1. Why this is happening? I tried erase and upload the firmware a lot of times. I download again the firmware 0.4.9. I checked all md5sum and they are all the same.
  2. There is a way to upload the files without use web interface? Maybe mount LittleFS, I do not know. Upload file per file is annoying.

Any steps return any kind of error.

All the steps are being done using Windows as Admin, but I am linux user. If there is a way to do everything in Linux will be better. I have much better skills in Linux. Does not matter if windows or linux, I want to do a perfect 0.4.9 flash.