Trying to figure out what environment (and target board) the Sovol team uses to flash their boards. I need to change the T0 thermistor type from “0” to “5” and change the extruder max temp to 300c to facilitate upgrade to a Revo 6 Hotend. Unfortunately, every tutorial I’ve found uses the Arduino IDE (which doesn’t let me create a hex file - I don’t have physical access to the printer) or assumes that the source was a platformio project, but the Sovol source does not include a platformio.ino file.
I’m not a stranger to the Arduino IDE, I compile stuff on Mega2560 boards all the time, but this is turning into a massive headache. Anyone successfully compile the firmware lately? What did you use?