mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-14 21:59:00 +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
628 B
628 B
| 1 | # Name, Type, SubType, Offset, Size, Flags |
|---|---|
| 2 | # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap |
| 3 | esp_secure_cert, 0x3F, , 0xD000, 0x2000, encrypted |
| 4 | nvs_key, data, nvs_keys, 0xF000, 0x1000, encrypted |
| 5 | nvs, data, nvs, 0x10000, 0x6000, |
| 6 | otadata, data, ota, , 0x2000 |
| 7 | phy_init, data, phy, , 0x1000, |
| 8 | ota_0, app, ota_0, 0x20000, 0x2E0000, |
| 9 | reserved, 0x06, , 0x3E0000, 0x1A000, |
| 10 | fctry, data, nvs, 0x3FA000, 0x6000 |
| 11 | ota_1, app, ota_1, 0x420000, 0x2E0000, |
| 12 | storage, data, spiffs, 0x700000, 1M |