Search found 2 matches
- Wed Jun 25, 2025 11:55 pm
- Forum: ESP32 Arduino
- Topic: ESP32-C6-WROOM-1 or ESP32-H2-DevKitM-1 Modules create compilation error: exit status 1
- Replies: 8
- Views: 774
Re: ESP32-C6-WROOM-1 or ESP32-H2-DevKitM-1 Modules create compilation error: exit status 1
Just for anyone following this thread, I managed to get the OneWire library working on my ESP32-H2-DevkitM-1 board by modifying the OneWire_direct_gpio.h file. Wherever there is the directive "#if CONFIG_IDF_TARGET_ESPC3" replace it with "#if (CONFIG_IDF_TARGET_ESP32H2 || CONFIG_IDF_TARGET_ESP32C3 ...
- Tue Jun 24, 2025 7:04 am
- Forum: ESP32 Arduino
- Topic: ESP32-C6-WROOM-1 or ESP32-H2-DevKitM-1 Modules create compilation error: exit status 1
- Replies: 8
- Views: 774
Re: ESP32-C6-WROOM-1 or ESP32-H2-DevKitM-1 Modules create compilation error: exit status 1
Hello,
I'm having this issue when using the ESP32-H2-DevkitM-1. It seems that you have solved the issue for the ESP32-C6 - has anyone managed to get the H2 board working?
Bradley
I'm having this issue when using the ESP32-H2-DevkitM-1. It seems that you have solved the issue for the ESP32-C6 - has anyone managed to get the H2 board working?
Bradley