OVMS3-idf/docs/api-reference/system/index.rst
XiaXiaotian b22067a8f0 Optimize configuration of base MAC address
Application developer can call APIs to configure base MAC address
    instead of using menuconfig.
2017-05-10 10:15:07 +08:00

17 lines
362 B
ReStructuredText

System API
**********
.. toctree::
:maxdepth: 1
Memory Allocation <mem_alloc>
Interrupt Allocation <intr_alloc>
Watchdogs <wdts>
Over The Air Updates (OTA) <ota>
Deep Sleep <deep_sleep>
Logging <log>
Base MAC address <base_mac_address>
Example code for this API section is provided in :example:`system` directory of ESP-IDF examples.