Files
esp-rainmaker/components/esp_rmaker_core/component.mk
Piyush Shah 937e13f59e esp_rmaker_claim: Changes as per the changes in the ESP Claim Service
- Claiming REST API paths and payloads changed.
- Claiming Service server certificate name changed for consistency.
- NVS value for MQTT Host given priority over the Config option.
- Minor change to print message during an MQTT disconnect, mostly
  seen during the first connection post a claiming.
- Some error prints improved to indicate the need of claiming.
2020-04-27 11:57:53 +05:30

10 lines
286 B
Makefile

COMPONENT_SRCDIRS := src
COMPONENT_ADD_INCLUDEDIRS := include
COMPONENT_PRIV_INCLUDEDIRS := src
ifndef CONFIG_ESP_RMAKER_SELF_CLAIM
COMPONENT_OBJEXCLUDE += src/esp_rmaker_claim.o
endif
COMPONENT_EMBED_TXTFILES := server_certs/mqtt_server.crt server_certs/claim_service_server.crt