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
If a pin other than GPIO16 is selected as the gpio_pin on a Wemos D1 mini device (esp8266) compilation fails with the following error:
binary_sensor.gpio: [source .esphome/packages/ebf3255d/packages/leapmmw_sensor.yml:29] platform: gpio name: mmwave_presence_detection id: mmwave_presence_detection device_class: motion pin: number: D5 Only GPIO16 supports pulldown. mode: INPUT_PULLDOWN
Changing the mode to INPUT instead of INPUT_PULLDOWN in the packages/leapmmw_sensor.yml file allows it to compile and function normally.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If a pin other than GPIO16 is selected as the gpio_pin on a Wemos D1 mini device (esp8266) compilation fails with the following error:
Changing the mode to INPUT instead of INPUT_PULLDOWN in the packages/leapmmw_sensor.yml file allows it to compile and function normally.
The text was updated successfully, but these errors were encountered: