Hi, would appreciate some clarification, I'm not sure if this is a bug, poor UI design or if I am doing something wrong
I'm troubleshooting the RF24 library and a suggestion was to roll back to a previous version, which I did in Manage Libraries
Click install, it says installing, updating list of libraries... etc.
But then it still says the latest version is still installed, I would expect it to say 1.1.7 INSTALLED
Granted, it's greyed out, so that's a change, but when I hover over the library again, we are back to square one, repeating the process gives the same result.
Have I rolled back the library? Or is the librarys manager telling me correct information
I clicked install on v1.1.7, closed down the manage libraries window, saved my sketch, reloaded my sketch, went back to the manage libraries window and it said the v1.4.7 was installed
You can check the library.properties file (C:\Users\yourUserbname\Documents\Arduino\libraries\RF24\library.properties). I had to roll back twice, first time it went from 1.4.6 to 1.4.7 (maybe I clicked wrong) and next time I only had an install option (not an update option, possibly because you can't update if you are on the latest version).
name=RF24
version=1.1.7
author=TMRh20
maintainer=TMRh20
sentence=A library for NRF24L01(+) communication.
paragraph=Optimized library for nRF24L01(+) that is simple to use for beginners, but yet offers a lot for advanced users. It also has a lot of good examples how to use the library.
category=Communication
url=http://tmrh20.github.io/RF24/
architectures=*
Done, I got 1.1.7 INSTALLED in the library manager
That seems to have done what I wanted it to, unfortunately the project still isn't working so it looks like that wasn't the issue. I will buy some new transmitters and see if that solves my problem