Closed addicore closed 3 years ago
Strange, I would have expected paragraph to be an optional field, since it is merely an extension of what is in sentence. Ft00pid Arduino...
These library.properties files are all generated by a script, so I've added that to the script and I'm re-running it for all my libraries.
Should be fixed in f43cdc5
We'll check it out, thanks!
Andre
On Wed, May 27, 2020 at 3:19 PM Majenko Technologies < notifications@github.com> wrote:
Should be fixed in f43cdc5 https://github.com/MajenkoLibraries/MCP23S17/commit/f43cdc55d1217b2e0c604b1c3b68a77273af4f0e
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MajenkoLibraries/MCP23S17/issues/2#issuecomment-634973788, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVDX5ZGNNFG6WZABSKA5M3RTWGYHANCNFSM4NMQVK2A .
While loading the library into the Arduino IDE, I am getting a missing paragraph error. I was able to track it down to the library.properties file missing a paragraph and url line.
paragraph=
url=https://github.com/MajenkoLibraries/MCP23S17.git
Adding those 2 lines to the library.properties seems to resolve the issue.
This error happens in the current version (4/25) and 4/17 commits.