mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 14:35:30 +00:00
- Example uses `esp_rmaker_get_aws_security_token` internally to get the token - The credential callback is registered with webrtc SDK which it can call - webrtc SDK uses NVS to cache the signaling info internally
13 lines
483 B
Plaintext
13 lines
483 B
Plaintext
menu "WebRTC Example Configuration"
|
|
|
|
config EXAMPLE_BOARD_BUTTON_GPIO
|
|
int "Boot Button GPIO"
|
|
default 9 if IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32C2 || IDF_TARGET_ESP32H2
|
|
default 35 if IDF_TARGET_ESP32P4
|
|
default 0
|
|
help
|
|
GPIO number on which the "Boot" button is connected. This is generally used
|
|
by the application for custom operations like toggling states, resetting to defaults, etc.
|
|
|
|
endmenu
|