i have a mainboard which runs on wroom-32e (designed by someone else) and trying to get software work done by myself.
I installed Adafruit library and pasted example code. Assigned all pins according to schematics.
I get WDT error when i upload the code.
Are those pins are usable for MAX31865 module? ChatGPT says they are not, but when i checked the pinout datasheet could not see a problem, made me confused. Otherwise i will need to have that board to be designed again.
// Use software SPI: CS, DI, DO, CLK
Adafruit_MAX31865 thermo = Adafruit_MAX31865(8, 37, 31, 30);
Thanks.