mirror of
https://github.com/micropython/micropython.git
synced 2025-09-10 03:40:44 +02:00
When these files get concatenated the newline-at-EOF is necessary so that the start of the next file doesn't join with the end of the previous.
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
# MicroPython on ESP32, ESP IDF configuration with 240MHz CPU
|
|
CONFIG_ESP32_DEFAULT_CPU_FREQ_80=
|
|
CONFIG_ESP32_DEFAULT_CPU_FREQ_160=
|
|
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
|
|
CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240
|