# 04_config ESP-IDF example that subscribes to the IOTMER config MQTT topics and demonstrates the gzip+base64 config flow callbacks. ## 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/04_config`
To create a project from this example, run:
idf.py create-project-from-example "iotmertech/iotmer=0.1.5:04_config"