I have an issue with the SPI on the ESP32 Lolin Board.
If there is no Prescale selected then the SPI is clocking and MOSI /MISO Is working ,If I select the Prescale anything below 10MHZ then there is no SPI
so from 8MHZ up 80MHZ seems to work and even no value for Prescale

secondly the CS/SS Pins does not work automatically it just makes a funny shape on the signal it is trying to do something .
If I use the SPI CS Enable and disable macro's the I can drive the High and low .
I need 4MHZ Clock for my ADC device to work correctly

CS Pin Controlled by Automode Property
CS Pin Controled from a macro