ccache C:\Users\whgPd\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\"v5.1.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_...
Using the GPIO example code found in esp-idf/peripherals/gpio/ I've found that GPIO_NUM_17 does not work as an input interrupt, works fine on GPIO_NUM_4 ... no idea why. Nothing seems apparent in the schematic and as GPIO_NUM 4, 17 have identical functions as defined in the techni...