Hi! So I'm trying to get SLIP working and have been playing with the rest.ino example. Unfortunately, the only thing that comes out of it is:
��␁␀␀␀�␄␀␀�6�EL-Client sync failed!
My serial speed is set to 57600, which is also the speed set at /console.html and the one I have to use for uploading (for some reason, 115200 isn't working. As that sketch explicitly mentions that the serial speed is critical to making SLIP work: is there another setting somewhere that need to be changed? If not, what else could I being doing wrong, given that both uploading sketches as well as the remote serial console are working fine and just SLIP is not?
As per the recommendation on the releases page, my ESP-Link version is 3.0.14; my EL-Client is HEAD of this repository's master branch.
Hi! So I'm trying to get SLIP working and have been playing with the
rest.inoexample. Unfortunately, the only thing that comes out of it is:My serial speed is set to
57600, which is also the speed set at/console.htmland the one I have to use for uploading (for some reason, 115200 isn't working. As that sketch explicitly mentions that the serial speed is critical to making SLIP work: is there another setting somewhere that need to be changed? If not, what else could I being doing wrong, given that both uploading sketches as well as the remote serial console are working fine and just SLIP is not?As per the recommendation on the releases page, my ESP-Link version is 3.0.14; my EL-Client is HEAD of this repository's master branch.