Hello, i want to install the latest firmware for the esp32, the firmware is this DuetWiFiServer-esp32-stm32-1.27-02.bin.
I used this firmware for the Super8 ,firmware-stm32f4-wifi-3.4.5+_104.bin.
That the board.txt
#// Board Hardware configuration file for Fly Super8
// generated by RepRapFirmware Configuration Tool (LPC Version) v3.4.0-LPC-STM32+7
// on Wed May 17 2023 23:44:58 GMT+0200 (Mitteleuropäische Sommerzeit)
//Note: Each line should be less than 120 characters.
// : Unwanted options can be commented out or set to NoPin. Lines commented out will get default values
// : for pins the default is NoPin.
// : Values for Arrays need to be contained within { and }
// : Comments can be defined with // or # (comments are not supported inside arrays)
// : Each config entry must be all on a single line.
board = fly_super8;
//LED blinks to indicate Platform is spinning or other diagnostic
//Comment out or set to NoPin if not wanted.
leds.diagnostic = NoPin;
heat.tempSensePins = {ADC_0,ADC_1}; //Max of 3 entries
//heat.spiTempSensorCSPins = { }; //Max of 2 entries
//ESP32 RX/TX Settings
8266wifi.serialRxTxPins = { PD_9, PD_8 }
serial.aux.rxTxPins = { PA_10, PA_9 }
heat.tempSensePins = { adc0, adc1, adc2, adc3, adc4, adc5 }
//ESP Settings
88266wifi.espDataReadyPin = PD_13
8266wifi.TfrReadyPin = PD_11
8266wifi.espResetPin = PD_10
//TMC Smart Drivers
stepper.numSmartDrivers = 5;
// External Display settings
;serial.aux.rxTxPins = {A.10, A.9};