Skip to content

Commit

Permalink
Update documentation for custom MAC support on Arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 committed Oct 21, 2024
1 parent 4d329c6 commit 9185d18
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions components/esp32.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ This is the default framework for ESP32 chips at the moment.
# Example configuration entry
esp32:
board: nodemcu-32s
board: esp32dev
framework:
type: arduino
version: 2.0.0
Configuration variables:
------------------------
Expand All @@ -89,6 +88,10 @@ Configuration variables:
custom or patched version of the framework.
- **platform_version** (*Optional*, string): The version of the
`platformio/espressif32 <https://github.com/platformio/platform-espressif32/releases/>`__ package to use.
- **advanced** (*Optional*, mapping): Advanced options for highly specific tweaks.

- **ignore_efuse_custom_mac** (*Optional*, boolean): Can be set to ``true`` for devices on which the burned-in custom
MAC address is not valid.

.. _esp32-espidf_framework:

Expand All @@ -105,13 +108,6 @@ ESP32S3, ESP32C3 and single-core ESP32 chips.
board: esp32-c3-devkitm-1
framework:
type: esp-idf
version: recommended
# Custom sdkconfig options
sdkconfig_options:
COMPILER_OPTIMIZATION_SIZE: y
# Advanced tweaking options
advanced:
ignore_efuse_mac_crc: false
Configuration variables:
------------------------
Expand Down

0 comments on commit 9185d18

Please sign in to comment.