davetcc / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
272 stars 25 forks source link

Interrupt Pin not valid on STM32Duino #364

Closed alextrical closed 11 months ago

alextrical commented 1 year ago

Describe the bug While trying to setup an Port expander with Interrupt pin, the GUI does not accept "PD8" as a valid input

To Reproduce Set the environment to STM32Duino add a port expander via the menu Set the expander type to "I2C PCF8574" Variable name to "IO" I2C Address to "0x38" Interrupt Pin to "PD8"

Expected behavior I would like the field to know about the pin naming convention of STM32Duino names: PA0, PA1... PD0, PD1...

Screenshots - optional image

Desktop UI issue (please complete the following information):