mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 14:35:30 +00:00
Earlier, it was the application code's responsibility to call the esp_rmaker_user_mapping_endpoint_create() and esp_rmaker_user_mapping_endpoint_register() APIs at appropriate places in Wi-Fi provisioning code to enable user node mapping functionality. To simplify this, the logic has been moved to RainMaker Core, so that this happens automatically. For some reason, if you want to retain the older logic in your application code and do not want RainMaker_core to enable this, please set the CONFIG_ESP_RMAKER_DISABLE_USER_MAPPING_PROV config option.