What happened?
When attempting to configure SDA and SCL pins using -D HW_PIN_SCL= -D HW_PIN_SDA=, the pins do not get configured.
However when using -D I2CSDAPIN= -D I2CSCLPIN= the pins are configured correctly.
To Reproduce Bug
Attempt to use -D HW_PIN_SCL= -D HW_PIN_SDA= to configure the pins.
Expected Behavior
Using -D HW_PIN_SCL= -D HW_PIN_SDA= configures pins the same that -D I2CSDAPIN= -D I2CSCLPIN= does.
Install Method
Self-Compiled
What version of WLED?
17.x-dev
Which microcontroller/board are you seeing the problem on?
ESP32-S3
Relevant log/trace output
Anything else?
No response
Code of Conduct
What happened?
When attempting to configure SDA and SCL pins using
-D HW_PIN_SCL= -D HW_PIN_SDA=, the pins do not get configured.However when using
-D I2CSDAPIN= -D I2CSCLPIN=the pins are configured correctly.To Reproduce Bug
Attempt to use
-D HW_PIN_SCL= -D HW_PIN_SDA=to configure the pins.Expected Behavior
Using
-D HW_PIN_SCL= -D HW_PIN_SDA=configures pins the same that-D I2CSDAPIN= -D I2CSCLPIN=does.Install Method
Self-Compiled
What version of WLED?
17.x-dev
Which microcontroller/board are you seeing the problem on?
ESP32-S3
Relevant log/trace output
Anything else?
No response
Code of Conduct