We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d395394 commit 9b111b6Copy full SHA for 9b111b6
cores/esp32/main.cpp
@@ -80,7 +80,7 @@ void loopTask(void *pvParameters) {
80
81
extern "C" void app_main() {
82
#ifdef F_XTAL_MHZ
83
-#if !CONFIG_IDF_TARGET_ESP32S2 // ESP32-S2 does not support rtc_clk_xtal_freq_update
+#if !CONFIG_IDF_TARGET_ESP32S2 // ESP32-S2 does not support rtc_clk_xtal_freq_update
84
rtc_clk_xtal_freq_update((rtc_xtal_freq_t)F_XTAL_MHZ);
85
rtc_clk_cpu_freq_set_xtal();
86
#endif
variants/esp32thing/pins_arduino.h
@@ -3,7 +3,7 @@
3
4
#include <stdint.h>
5
6
-#define F_XTAL_MHZ 26 //SparkFun ESP32 Thing has 26MHz Crystal
+#define F_XTAL_MHZ 26 //SparkFun ESP32 Thing has 26MHz Crystal
7
8
static const uint8_t LED_BUILTIN = 5;
9
#define BUILTIN_LED LED_BUILTIN // backward compatibility
0 commit comments