Files
esp-rainmaker/components/esp_rainmaker/include
Piyush Shah 72283a552d esp_rmaker_node_config: Added some new fields
Node info:
- project_name: The name of the project as configured in CMakeLists.txt.
  "model" was earlier being used for this and will continue to be used
  for backward compatibility, but now it would be ok to override model
  using the esp_rmaker_node_add_model() API.
- platformm: Read from CONFIG_IDF_TARGET, tells the platform being used
  (esp32, esp32s2, esp32c3,....)

Device
- model (optional)
2022-04-27 20:20:59 +05:30
..