I had a broken Lolin32 so I bought a new one and now need to reload the sketch.
So I'm confused about this part of MAX86141_HEG.h
//
// Pin Definitions.
//
#define MISO_PIN 19
#define MOSI_PIN 23
#define SCK_PIN 18
#define SS_PIN 5
#define VSPI_MISO MISO
#define VSPI_MOSI MOSI
#define VSPI_SCLK SCK
#define VSPI_SS SS_PIN
#define INT_PIN 17
#define GPIO1_PIN 16
#define GPIO2_PIN 4
#define RED 12 //External LED gpio
#define IR 14
Those pins were not even soldered on my red hegduino v2 board. The soldered pins are marked for the Lolin32 and the Feather. So am I using the wrong sketch? I got it from the delobotomizer github site.