We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here we only handle the indoor and outdoor miner buttons...
hm-config/config-python/config_program.py
Lines 999 to 1008 in 39c54b2
However in the variant details file we already have the STATUS and BUTTON values which we can use instead.
STATUS
BUTTON
The text was updated successfully, but these errors were encountered:
Guess we can just change this to:
buttonGPIO = variantDetails['BUTTON'] statusGPIO = variantDetails['STATUS'] userButton = Button(buttonGPIO, hold_time=2) statusLed = LED(statusGPIO)
Sorry, something went wrong.
Closed by #69
marvinmarnold
No branches or pull requests
Here we only handle the indoor and outdoor miner buttons...
hm-config/config-python/config_program.py
Lines 999 to 1008 in 39c54b2
However in the variant details file we already have the
STATUS
andBUTTON
values which we can use instead.The text was updated successfully, but these errors were encountered: