My T-114 will not connect to windows now that Reticulim was installed. Now I can not install any other firmware. Help. Was looking on installing Meshtastic but I cant get rid of this other one.
Revert firmware
I did the same thing with a Heltec tracker. I used the esptool download for linux that could find the device and then write the Meshtastic firmware over it. The full instructions are here https://meshtastic.org/docs/getting-started/flashing-firmware/esp32/cli-script/. Download the Meshtastic firmware for your device then use these commands using a linux terminal. (make sure you have pipx installed.)
pipx install esptool
esptool chip-id
Then navigate to the folder created from downloaded zip file (the extracted folder) and run these commands
./device-install.sh -f ‘firmware file name here’
./device-update.sh -f ‘firmware file name here’
I used the linux instructions which worked, I don’t know about the windows side
I dont know linux much, but thanks, ill try it
I am just a dumb carpenter so I don’t know much about it either, just learning as I try to set up these radios. If I remember right the commands on that site can be copy pasted in pretty directly