]> granicus.if.org Git - esp-idf/commitdiff
added notes on where to change XTAL freq
authorGreg Herlein <gherlein@herlein.com>
Mon, 1 Jan 2018 16:13:39 +0000 (08:13 -0800)
committerAngus Gratton <gus@projectgus.com>
Tue, 2 Jan 2018 23:45:00 +0000 (10:45 +1100)
Merges https://github.com/espressif/esp-idf/pull/1458

docs/get-started/index.rst

index 68c8f2ff0a39011e9957b2057269d11d1826350e..068bd872f8f02f1418f5b5e95ebc6dab31325122 100644 (file)
@@ -285,7 +285,7 @@ To exit the monitor use shortcut ``Ctrl+]``.
         e���)(Xn@�y.!��(�PW+)��Hn9a؅/9�!�t5��P�~�k��e�ea�5�jA\r
         ~zY��Y(1�,1\15�� e���)(Xn@�y.!Dr�zY(�\ 6jpi�|�+z5Ymvp\r
 \r
-    or monitor fails shortly after upload, your board is likely using 26MHz crystal, while the ESP-IDF assumes default of 40MHz. Exit the monitor, go back to the :ref:`menuconfig <get-started-configure>`, change :ref:`CONFIG_ESP32_XTAL_FREQ_SEL` to 26MHz, then :ref:`build and flash <get-started-build-flash>` the application again.\r
+    or monitor fails shortly after upload, your board is likely using 26MHz crystal, while the ESP-IDF assumes default of 40MHz. Exit the monitor, go back to the :ref:`menuconfig <get-started-configure>`, change :ref:`CONFIG_ESP32_XTAL_FREQ_SEL` to 26MHz, then :ref:`build and flash <get-started-build-flash>` the application again. This is found under ``make menuconfig`` under Component config --> ESP32-specific --> Main XTAL frequency.\r
 \r
 To execute ``make flash`` and ``make monitor`` in one go, type ``make flash monitor``. Check section :doc:`IDF Monitor <idf-monitor>` for handy shortcuts and more details on using this application.\r
 \r