micro-bitcoin / uBitcoin

Bitcoin library for microcontrollers. Supports Arduino, mbed, bare metal.
https://micro-bitcoin.github.io/
MIT License
166 stars 34 forks source link

Version 0.2.0 is not available at Platformio #27

Closed ktecho closed 1 year ago

ktecho commented 1 year ago

Last version available is 0.1.2 which is very old.

BitMaker-hub commented 1 year ago

Hi Luis, did you tried adding the github repo directly to lib_deps on platform.ini? This should use last release version

lib_deps  = 
    https://github.com/micro-bitcoin/uBitcoin.git
ktecho commented 1 year ago

Hi Luis, did you tried adding the github repo directly to lib_deps on platform.ini? This should use last release version

lib_deps  = 
  https://github.com/micro-bitcoin/uBitcoin.git

Yes, the thing is that I added the dependencies to this project for the same versions as in the Arduino library, so they're installed automatically when installing the library, and it failed because uBitcoin 0.2 was not present:

https://github.com/lnbits/arduino-nostr/pull/8

I wonder if I can specify the github repo as a dependency...

blackcoffeexbt commented 1 year ago

I'll ask Stepan if he can push 0.2.0 to platform.io

blackcoffeexbt commented 1 year ago

ty for the PR btw, as soon as uBitcoin 0.2.0 is on the platform.io registry, let's get this PR merged!

stepansnigirev commented 1 year ago

Updated the library on platformio to v0.2.0