Checklist
Issue or Suggestion Description
For a project, I need to create a single firmware for two hardware platforms (first one with S3 + H2 and second one with addition of ethernet and cell modem). When product will be deployed, one device with full connectivity will be included in each fleet and acting as border router, other one as router.
Based on the esp-thread-br, device with full connectivity is able to create network, but things are getting more complicated for limited device.
I tried to use ot_cli piece of code(ot_task_worker(void *aContext)) (https://github.com/espressif/esp-idf/tree/master/examples/openthread/ot_cli) but the device do not receive dns information.
Do you have any idea how to do this with a single firmware?
Thank you very much.