How do I enable the Command-Response feature on the device side?
- Enable
CONFIG_ESP_RMAKER_CMD_RESP_ENABLEin menuconfig. - Call
esp_rmaker_cmd_registerto register each command and its handler function.
See the led_light example for a reference implementation.