Hello. I tried to install it on a ttgo t-beam but the installation using esptool was not clear to me. I used esptool before with other esp32 projects and their firmware files and that always worked fine.
The t-beam is not working at the moment (no screen output).
I have download the 4 files for the t-beam from here: Release OpenMQTTGateway v1.8.0 · 1technophile/OpenMQTTGateway · GitHub
I adapted from here (Option 2) Upload ready-to-go binaries | Theengs OpenMQTTGateway v1.8.0
the command: esptool.py --before default_reset --after hard_reset write_flash -z --flash_mode dout --flash_size detect 0x1000 ttgo-t-beam-bootloader.bin 0x8000 ttgo-t-beam-partitions.bin 0x10000 ttgo-t-beam-firmware.bin
Is this correct or did i something wrong? What should i do with the libraries .zip file?
I solved the issue on my own. The documentation is telling to use esptool v2.8 . So i used esptool v2.8 and that was the problem. After choosing the latest esptool and changing some options installation worked fine.
I figured out that the screen of the t-beam is not supported. I would open a second topic about the t-beam support.
I can and i would create the PR on Github for that, but i still try to find out how to use the project. I would compare that with a car. The car is not driving now, i would be happy to wash it, but that does not make sense for me when i cant drive it.
This is my struggle at the moment: