You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an QuinLED-DIG-Quad (v1) with ESP32 (TTGO T7 v1.3), it doesn't work to enable GPIO22 or GPIO21 (Q1 and Q2) onWLED 0.13.0-b5 while it does work on WLED 0.12.0 (just rolled back to test it, and also needed to do a power-off/power-on after rollback).
To Reproduce Bug
Use WLED 0.13.0-b5 and install on a TTGO T7 v1.3 on a QuinLED-DIG-Quad (v1).
I also compiled using MULTI-RELAY Usermod so I can test it with relays and PUSH buttons. Same result but much easier to test.
To do so, the only things I have changed in platformio.ini are:
What happened?
Using an QuinLED-DIG-Quad (v1) with ESP32 (TTGO T7 v1.3), it doesn't work to enable GPIO22 or GPIO21 (Q1 and Q2) onWLED 0.13.0-b5 while it does work on WLED 0.12.0 (just rolled back to test it, and also needed to do a power-off/power-on after rollback).
To Reproduce Bug
Use WLED 0.13.0-b5 and install on a TTGO T7 v1.3 on a QuinLED-DIG-Quad (v1).
I also compiled using MULTI-RELAY Usermod so I can test it with relays and PUSH buttons. Same result but much easier to test.
To do so, the only things I have changed in platformio.ini are:
Added build-flags:
-D USERMOD_MULTI_RELAY
-D USERMOD_DALLASTEMPERATURE
and uncommented (in lib_deps = )
OneWire@~2.3.5
milesburton/DallasTemperature@^3.9.0
(Yes, I also enabled the temperature)
Rollback to standard release (binary) WLED 0.12.0 and you'll see that (as soon as you set the RELAYPIN to IO22 or IO21) it works.
Expected Behavior
You would normally expect that all 4 outputs (IO22, IO21, IO19 and IO23) which are: Q1, Q2, Q3 and Q4 do work.
Install Method
Binary from WLED.me
What version of WLED?
WLED 0.13.0-b5
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: