01_provisioning

Example of the component iotmertech/iotmer v0.1.5
# 01_provisioning

Minimal ESP-IDF example that initializes NVS and calls `iotmer_init()` to print basic device credentials after provisioning-related setup.

## Build / flash

```bash
idf.py set-target esp32
idf.py build flash monitor
```

## Notes

- Configure Wi‑Fi / workspace values via `menuconfig` (see `sdkconfig.defaults` for Kconfig symbol names).
- Canonical source also lives in the main repository: `https://github.com/iotmertech/iotmer-sdk-esp-idf/tree/main/examples/01_provisioning`

To create a project from this example, run:

idf.py create-project-from-example "iotmertech/iotmer=0.1.5:01_provisioning"

or download archive (~2.24 KB)