pleasure @reivilo
great suggestion!
Currently the Seeed_Arduino_mbedtls library is in v2.0.0
.
So what I will do is, I will change the library.properties to v2.0.1
and create a new release with v2.0.1
. This will be for AT firmware.
Then we need to wait until Arduino team puts our library into Arduino Library Manager.
After the library is available inside Arduino Library Manager, I can merge the dev branch into master branch, change the library,properties to v3.0.0
and create a new release with v3.0.0
. This will be for eRPC firmware.
Then I will add in the README saying that v2.0.1 is for old AT firmware and v3.0.0 and above is for new eRPC firmware.
This needs to be done or else the different versions will not be available to select inside Arduino Library Manager.
Will that work?