{ i2c_master_bus_config_t i2c_bus_config = { .clk_source = I2C_CLK_SRC_DEFAULT, .i2c_port = PORT_NUMBER, .scl_io_num = SCL_IO_PIN, .sda_io_num = SDA_IO_PIN, .glitch_ignore_cnt = 7, .flags.enable_internal_pullup = true, }; ESP_ERROR_CHECK(i2c_new_master_bus(&i2c_bus...
make: *** [/home/micka/esp/esp-idf/components/esp32/Makefile.projbuild:17: /home/micka/esp/esp32-at/build/esp32/esp32.project.ld] Error 1 I really don't know how to resolve them either the why i have these errors. If somebody can help me please. And sorry for my poor ...
Answers checklist. I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there. I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there. I have s...