from C:/Users/whgPd/OneDrive/Desktop/esp-test/camera_test_4/main/camera/camera_task_1.c:13:C:/Users/whgPd/esp/esp-idf/components/driver/gpio/include/driver/gpio.h:184:41: note: initializing argument 1 of 'esp_err_t gpio_set_pull_mode(gpio_num_t, gpio_pull_mode_t)' 184 | esp_...
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...