adafruit / Adafruit_CircuitPython_Bundle

A bundle of useful CircuitPython libraries ready to use from the filesystem.
MIT License
875 stars 189 forks source link

hx711 missing from bundle #471

Closed nak5ive closed 2 months ago

nak5ive commented 2 months ago

i'm getting the following error trying to install this library via circup

~ % circup install adafruit_hx711
Found device at /Volumes/CIRCUITPY, running CircuitPython 9.1.1.
Searching for dependencies for: ['adafruit_hx711']
WARNING:
    adafruit_hx711 is not a known CircuitPython library.
Ready to install: []

Verified that it is also missing from the latest bundle looks like it's registered as a gitmodule, but unsure why it's not included

nak5ive commented 2 months ago

PR to fix