adafruit / Adafruit_Wippersnapper_Arduino

WipperSnapper is a firmware for creating no-code IoT electronics projects.

Home Page:https://io.adafruit.com/welcome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buttons with OnChange and Pull DOWN have an initial state incorrectly of Pressed until toggled.

tyeth opened this issue · comments

Buttons with OnChange and Pull DOWN have an initial state incorrectly of Pressed until toggled.

  1. Create button with on-change and pull-down (e.g. feather S3/S2 reverse tft button D1/D2) on device page, or using magic import
  2. Device state says Pressed while other pull-up buttons show correct initial state of unpressed (D0 on rev tft which is Pull UP).
  3. Reboot device, there will be no change to button states on device page

This shows after importing all components on reverse tft S3 board (D1/D2 buttons are incorrect):
image

I guess there is technically no change event, but obviously we'll correct this

Fixed by Loren yesterday, thanks!