Hi
The SCA and SDL pins are incorrectly defined for the wifi_kit_32_v3, they should be:
static const uint8_t SDA = 41;
static const uint8_t SCL = 42;
(same definitions as the wifi_lora_32_v3)
See: https://stackoverflow.com/questions/75626663/how-to-connect-two-i2c-sensors-to-the-heltec-wifi-kit-v3-esp32-board
Thanks
Hi
The SCA and SDL pins are incorrectly defined for the wifi_kit_32_v3, they should be:
static const uint8_t SDA = 41;
static const uint8_t SCL = 42;
(same definitions as the wifi_lora_32_v3)
See: https://stackoverflow.com/questions/75626663/how-to-connect-two-i2c-sensors-to-the-heltec-wifi-kit-v3-esp32-board
Thanks