working frequency for esp32
-
why esp32 main clock is only 80 Mhz and not 160 wich is the standard on the ESP32?
in python the response is 80Mhz
Thanks
-
@jcrfonera We are using 80MHz because we are optimizing everything to make it work with the lowest frequency. Later we will make an API available to select the CPU clock between 80, 160 and 240 MHz.