-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to open Web Server on T-Beam v1.1 #125
Comments
do you upload the filesystem? example: |
@rvt would you have some more details about the need to upload a filesystem? I tried to just follow the instructions in the wiki https://github.com/gereic/GXAirCom/wiki/Flashing-the-Software-with-a-PC-(Windows) though I'm on Linux and so used the flashall.sh shell script. It all seemed to work using the esptool and my TTGO Tbeam v1.2 seems to boot ok, though I do see some errors logged on the usb uart and I'm able to connect to the Wifi AP, but as soon as I try to the web server on 192.168.4.1 I see in the uart logging that it crashes and resets which seems same as the original report in this issue. I flashed |
In case it helps here is the log, its for 5.3.4 since I tried it in case it was any better than the latest version but pretty much same behaviour:
|
It look like you haven't flashed the spiffs |
@gereic thank you for having a look at this and thanks for making such a great project! I flashed using esptool on linux multiple time now with different versions of the binaries.
so I'm not sure with the spiffs why its not there? is I also just realised that I got my board from a vendor instead of from the "official" Lilygo store on Aliexpress, so I've ordered another unit from them just in case the vendor I bought from has sent me a dodgy unit. |
sorry I should have also included the output from running esptool which seems to show the spiffs binary being written correctly to flash?
|
hi again @gereic I just had a look a the code in main.cpp around line 1828 and it looks like you have changed the code recently and now have code that will format it on opening:
so I would expect that by calling Should I instead go back to using an older version of the code which still uses spiffs? |
oh! I just saw you pushed up a commit with newly rebuilt 5.4.0 binaries, so I flashed with them and now I'm able to connect successfully to the http server! |
Hi, I've just bought a couple of T-Beam v1.1s and updated the software from GIT using Visual Code/PlatformIO. All looks good on the OLED..... BUT.. I'm unable to connect to the on board web server (192.168.4.1) - it seems to say Connection Rejected.
Thanks in advance,
Tony
The text was updated successfully, but these errors were encountered: