BlueAndi / esp-rgb-led-matrix

Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.
MIT License
292 stars 59 forks source link

[Bug] Unable to enter AP mode if platform has no OK button #169

Closed nhjschulz closed 1 month ago

nhjschulz commented 2 months ago

Describe the bug A first time installation of Pixelix asks the user to restart in AP mode for Wifi configuration by reseting and "holding the button". But this only works if the environment has an OK button which is not true for example on "Adafruit Matrix Portal S3". This board only have Left/Right buttons.

To Reproduce Steps to reproduce the behavior:

  1. Compile for environment "adafruit_matrixportal_s3"
  2. Upload firmware and filesystem
  3. Run the application
  4. Applications asks to reset with button pressed to enter AP mode. But none of the 2 buttons (labeled UP+DOWN on PCB) have an effect.

Expected behavior Another or any supported button press during startup should trigger AP mode. This supports configurations without an OK button and improves usability. No need for trial-error loops to find the needed button for entering AP-Mode.

Please complete the following information: