Skip to content

Commit bd41859

Browse files
committed
Remove o call to a no exixting method
1 parent 05102fe commit bd41859

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/ESP32/examples/Serial/Serial_All_CPU_Freqs/Serial_All_CPU_Freqs.ino

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ void setup() {
4646
Serial.printf("\n------- Trying CPU Freq = %d ---------\n", cpufreqs[i]);
4747
Serial.flush(); // wait to empty the UART FIFO before changing the CPU Freq.
4848
setCpuFrequencyMhz(cpufreqs[i]);
49-
Serial.updateBaudRate(115200);
5049

5150
Freq = getCpuFrequencyMhz();
5251
Serial.print("CPU Freq = ");

0 commit comments

Comments
 (0)