Closed Belaial closed 1 year ago
Try compiling the yaml file (this will install dependencies = framework-arduino-api), then the patch file, and finally compiling again.
That indeed solved my issue! Thanks @hn for quick support once again!
Might be good to mention this in the guide for Replacing the main application
, unless I did something really wrong.
Hi,
I was going to build the latest firmware to include the fix for modbus getting desynchronised, however I must be doing something wrong.
I started of fresh from the beginning, all works until this line
wget https://raw.githubusercontent.com/hn/ginlong-solis/libretiny-ringbuffer-workaround.diff
That throws a
400: Invalid request
, was fixed with using this link instead for me (notice the/master/
part in the working link)https://raw.githubusercontent.com/hn/ginlong-solis/master/libretiny-ringbuffer-workaround.diff
However later on in the guide when I am about to apply the fix contained in
libretiny-ringbuffer-workaround.diff
I get the followingI tried looking for the file
I also tried to manually find the file but I don't even have the framework-arduino-api folder
Am I missing something here? Sorry in advance if I am doing something obviously wrong...